 @charset "UTF-8";
:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #f4623a;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #f4623a;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 244, 98, 58;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-font-sans-serif: "cairo", "Merriweather Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: "cairo", "Merriweather Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-bg: #fff;
}

@font-face
{
font-family: "Open Sans Regular";
font-size: 14px;
font-display: swap;
}
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  color: #444444;
	direction: rtl;	
	 --bs-font-sans-serif: "cairo", "Merriweather Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: "cairo", "Merriweather Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
	font-family:"cairo",  "Merriweather Sans",
		-webkit-user-select: none;
    -ms-user-select: none; 
    user-select: none; 
}
  :root {
    scroll-behavior: smooth;
  }
hr {
  margin: 1rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25;
}
hr:not([size]) {
  height: 1px;
}
hr {
  margin: 1rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25;
}
hr:not([size]) {
  height: 1px;
}
h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-family:"cairo",  "Merriweather Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,  "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 500;
  line-height: 1.2;
}
a {
  color: #1977cc;
  text-decoration: none;
}
a:hover {
  color: #3291e6;
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
}
/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}
#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #1977cc;
  border-top-color: #d1e6f9;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}
@-webkit-keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #575ce5;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}
.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}
.back-to-top:hover {
  background: #298ce5;
  color: #fff;
}
.back-to-top.active {
  visibility: visible;
  opacity: 1;
}
.datepicker-dropdown {
  padding: 20px !important;
}
/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
  background: #575ce5;
  height: 40px;
  font-size: 14px;
  transition: all 0.5s;
  z-index: 996;
	color: #fff;
}
#topbar_2 {
  background: #f1852d;
  height: 40px;
  font-size: 14px;
  transition: all 0.5s;
  z-index: 996;
	color: #fff;
}
#topbar_2 a{color: #fff;}
#topbar.topbar-scrolled {
  top: -40px;
}
#topbar .contact-info a {
  line-height: 1;
  color: #fff;
  transition: 0.3s;
	padding: 0 5px 0 0px;
	font-size: 15px;
}
#topbar .contact-info a:hover {
  color: #fff;
}
#topbar .contact-info i {
  color: #fff;
  padding-right: 10px;
  margin-left: 0px;
  line-height: 0;
	font-size: 17px;
}
#topbar .contact-info i:first-child {
  margin-left: 0;
}
#topbar .social-links{color: #fff;}
#topbar .social-links a {
  color: #fff;
  padding-left: 15px;
  display: inline-block;
  line-height: 1px;
  transition: 0.3s;
}
#topbar .social-links a:hover {
  color: #fff;
}
#topbar .social-links a:first-child {
  border-left: 0;
}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  background: #fff;
  transition: all 0.5s;
  z-index: 997;
  padding: 15px 0;
  top: 40px;
  box-shadow: 0px 2px 15px rgba(25, 119, 204, 0.1);
}
#header.header-scrolled {
  top: 0;
}
#header .logo {
  font-size: 30px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.5px;
}
#header .logo a {
  color: #2c4964;
}
#header .logo img {
  max-height: 40px;
}
/**
* Appointment Button *
*/
.appointment-btn {
  margin-left: 25px;
  background: #575ce5;
  color: #fff;
  border-radius: 50px;
  padding: 8px 25px;
  white-space: nowrap;
  transition: 0.3s;
  font-size: 14px;
  display: inline-block;
}
.appointment-btn:hover {
  background: #166ab5;
  color: #fff;
}
@font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-pointer-events{touch-action:pan-y}.swiper-pointer-events.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d,.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-horizontal.swiper-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:10px;left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:50%;background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0px,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-next+.swiper-slide,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}
@media (max-width: 768px) {
  .appointment-btn {
    margin: 0 15px 0 0;
    padding: 6px 18px;
  }
.Video-testimonial {
    width: 100%;
    height: auto;
    border-radius: 10px;
    background: #f1f7fd;
    padding: 10px;
    /* float: left; */
    margin: 0px 0px 10px 0px;
}
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0 260px 0  0px;
}
.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}
.navbar li {
  position: relative;
}
.navbar>ul>li {
  position: relative;
  white-space: nowrap;
  padding: 8px 0 8px 20px;
}
.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 15px;
  color: #2c4964;
  white-space: nowrap;
  transition: 0.3s;
  border-bottom: 2px solid #fff;
  padding: 5px 2px;
}
.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}
.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
  color: #1977cc;
  border-color: #1977cc;
}
.navbar .dropdown ul {
 display: block;
    position: absolute;
    /* left: 20px; */
    right: 0px;
    /* top: 20px; */
    border-top: solid 2px #595ee7;
    top: calc(100% + 30px);
    margin: 15px 0 0 0px;
    padding: 10px 5px;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    background: #fff;
    box-shadow: 0px 0px 30px rgb(127 137 161 / 25%);
    transition: 0.3s;
}
.navbar .dropdown ul li {
  min-width: 240px;
}
.navbar .dropdown ul a {
  padding: 6px 10px;
 border-bottom: solid 1px #dcdce7;
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
  color: #082744;
}
.navbar .dropdown ul a i {
  font-size: 12px;
}
.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
  color: #1977cc;
}
.navbar .dropdown:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}
.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}
.navbar .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}
.Logo_COntr .img-fluid{max-width: 150px;}
@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }
  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}
/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #2c4964;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}
.mobile-nav-toggle.bi-x {
  color: #fff;
}
@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }
  .navbar ul {
    display: none;
  }
}
.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(28, 47, 65, 0.9);
  transition: 0.3s;
  z-index: 999;
}
.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}
.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}
.navbar-mobile>ul>li {
  padding: 0;
}
.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #2c4964;
  border: none;
}
.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #1977cc;
}
.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
}
.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}
.navbar-mobile .dropdown ul li {
  min-width: 200px;
}
.navbar-mobile .dropdown ul a {
     padding: 6px 20px;
    border-bottom: solid 1px #dcdce7;
}
.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}
.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
  color: #1977cc;
}
.navbar-mobile .dropdown>.dropdown-active {
  display: block;
}
/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 90vh;
  background: #DEF2FB;
  background-size: cover;
  margin-bottom: -200px;
}
#hero .container {
  position: relative;
}
#hero h1 {
  margin: 0;
  font-size: 36px;
  font-weight: 700;
  line-height: 45px;
  color: #333638;
}
#hero h1 span{
  margin: 0;
  font-size: 44px;
  font-weight: bold;
  line-height: 45px;
  color: #212595;
}
#hero h2 {
  color: #2c4964;
  margin: 10px 0 0 0;
  font-size: 24px;
}
#hero .btn-get-started {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 35px;
  margin-top: 30px;
  border-radius: 50px;
  transition: 0.5s;
  color: #fff;
  background: #1977cc;
}
#hero .btn-get-started:hover {
  background: #3291e6;
}
.text-center i.fa-chevron-left{font-size: 10px; padding: 0 7px 0 0px;}
@media (min-width: 1024px) {
  #hero {
    background-attachment: fixed;
  }
}
@media (max-width: 992px) {
  #hero {
    margin-bottom: 0;
	  padding: 50px 0 0 0px;
    height: auto;
	  min-height: 310px;
  }
  #hero .container {
    padding-bottom: 0px;
  }
  #hero h1 {
    font-size: 20px;
    line-height: 23px;
	  padding: 30px 0 0 0px;
  }
}
@media (max-height: 600px) {
  #hero {
    height: 90vh;
  }
}
/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
  overflow: hidden;
}
.section-bg {
  background-color: #f1f7fd;
}
.section-title {
  text-align: center;
  padding-bottom: 30px;
}
.section-title h2 {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
  color: #2c4964;
}
.section-title h2::before {
  content: "";
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: #ddd;
  bottom: 1px;
  left: calc(50% - 60px);
}
.section-title h2::after {
  content: "";
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: #1977cc;
  bottom: 0;
  left: calc(50% - 20px);
}
.section-title p {
  margin-bottom: 0;
}
/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 20px 0;
  background-color: #f1f7fd;
  min-height: 40px;
  margin-top: 120px;
}
@media (max-width: 992px) {
  .breadcrumbs {
    margin-top: 100px;
  }
}
.breadcrumbs h2 {
  font-size: 24px;
  font-weight: 300;
  margin: 0;
}
@media (max-width: 992px) {
  .breadcrumbs h2 {
    margin: 0 0 10px 0;
  }
}
.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
}
.breadcrumbs ol li+li {
  padding-left: 10px;
}
.breadcrumbs ol li+li::before {
  display: inline-block;
  padding-right: 10px;
  color: #6c757d;
  content: "/";
}
@media (max-width: 768px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }
  .breadcrumbs ol {
    display: block;
  }
  .breadcrumbs ol li {
    display: inline-block;
  }
}
/*--------------------------------------------------------------
# Why Us
--------------------------------------------------------------*/
.why-us .content {
  padding: 25px 20px;
  background: #595ee7;
  border-radius: 7px;
  color: #fff;
}
.why-us{padding: 90px 0 20px 0px;}
.why-us .content h3 {
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 15px;
}
.why-us .content p {
  margin-bottom: 30px;
}
.why-us .content .more-btn {
  display: inline-block;
  background: rgba(255, 255, 255, 0.2);
  padding: 6px 30px 8px 30px;
  color: #fff;
  border-radius: 50px;
  transition: all ease-in-out 0.4s;
}
.why-us .content .more-btn i {
  font-size: 14px;
}
.why-us .content .more-btn:hover {
  color: #1977cc;
  background: #fff;
}
.why-us .icon-boxes .icon-box {
  text-align: center;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  padding: 40px 30px;
  width: 100%;
}
.why-us .icon-boxes .icon-box i {
  font-size: 40px;
  color: #595ee7;
  margin-bottom: 30px;
}
.why-us .icon-boxes .icon-box h4 {
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 30px 0;
}
.why-us .icon-boxes .icon-box p {
  font-size: 15px;
  color: #848484;
}
/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about .icon-boxes h4 {
  font-size: 18px;
  color: #4b7dab;
  margin-bottom: 15px;
}
.about .icon-boxes h3 {
  font-size: 28px;
  font-weight: 700;
  color: #2c4964;
  margin-bottom: 15px;
}
.about .icon-box {
  margin-top: 40px;
}
.about .icon-box .icon {
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border: 2px solid #8dc2f1;
  border-radius: 50px;
  transition: 0.5s;
}
.about .icon-box .icon i {
  color: #1977cc;
  font-size: 32px;
}
.about .icon-box:hover .icon {
  background: #1977cc;
  border-color: #1977cc;
}
.about .icon-box:hover .icon i {
  color: #fff;
}
.about .icon-box .title {
  margin-left: 85px;
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 18px;
}
.about .icon-box .title a {
  color: #343a40;
  transition: 0.3s;
}
.about .icon-box .title a:hover {
  color: #1977cc;
}
.about .icon-box .description {
  margin-left: 85px;
  line-height: 24px;
  font-size: 14px;
}
.about .video-box {
  background: url("../img/about.jpg") center center no-repeat;
  background-size: cover;
  min-height: 500px;
}
.about .play-btn {
  width: 94px;
  height: 94px;
  background: radial-gradient(#1977cc 50%, rgba(25, 119, 204, 0.4) 52%);
  border-radius: 50%;
  display: block;
  position: absolute;
  left: calc(50% - 47px);
  top: calc(50% - 47px);
  overflow: hidden;
}
.about .play-btn::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 100;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.about .play-btn::before {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation: pulsate-btn 2s;
  animation: pulsate-btn 2s;
  -webkit-animation-direction: forwards;
  animation-direction: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: steps;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid rgba(25, 119, 204, 0.7);
  top: -15%;
  left: -15%;
  background: rgba(198, 16, 0, 0);
}
.about .play-btn:hover::after {
  border-left: 15px solid #1977cc;
  transform: scale(20);
}
.about .play-btn:hover::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 200;
  -webkit-animation: none;
  animation: none;
  border-radius: 0;
}
@-webkit-keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}
@keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}
/*--------------------------------------------------------------
# Counts
--------------------------------------------------------------*/
.counts {
  background: #f1f7fd;
  padding: 70px 0 60px;
}
.counts .count-box {
  padding: 30px 30px 25px 30px;
  width: 100%;
  position: relative;
  text-align: center;
  background: #fff;
}
.counts .count-box i {
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 20px;
  background: #1977cc;
  color: #fff;
  border-radius: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
}
.counts .count-box span {
  font-size: 36px;
  display: block;
  font-weight: 600;
  color: #082744;
}
.counts .count-box p {
  padding: 0;
  margin: 0;
  font-size: 14px;
}
/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
  text-align: center;
  border: 1px solid #ff4c72;
	margin: 0 4px 5px 1px;
  padding: 20px 10px 8px 10px;
  transition: all ease-in-out 0.3s;
	border-radius: 10px;
	width: 19.5%;
	background:#ff4c72;
}
.services .icon-box:hover{background: #575ce5; border:solid 1px #575ce5;}
.services .icon-box_1 {
  text-align: center;
  border: 1px solid #dc8dd1;
  transition: all ease-in-out 0.3s;
	float: left;
	background:#dc8dd1;
}
.services .icon-box_2 {
  text-align: center;
  border: 1px solid #f8b894;
  transition: all ease-in-out 0.3s;
	float: left;
	background:#f8b894;
}
.services .icon-box_3 {
  text-align: center;
  border: 1px solid #fcac57;
  transition: all ease-in-out 0.3s;
	float: left;
	background:#fcac57;
}
.services .icon-box_4 {
  text-align: center;
  border: 1px solid #fd7ba3;
  transition: all ease-in-out 0.3s;
	float: left;
	background:#fd7ba3;
}
.services .icon-box_5 {
  text-align: center;
  border: 1px solid #49c5e9;
  transition: all ease-in-out 0.3s;
	float: left;
	background:#49c5e9;
}
.services .icon-box_6 {
  text-align: center;
  border: 1px solid #5e82f8;
  transition: all ease-in-out 0.3s;
	float: left;
	background:#5e82f8;
}
.services .icon-box_7 {
  text-align: center;
  border: 1px solid #8979f9;
  transition: all ease-in-out 0.3s;
	float: left;
	background:#8979f9;
}
.services .icon-box_8 {
  text-align: center;
  border: 1px solid #37e1b7;
  transition: all ease-in-out 0.3s;
	float: left;
	background:#37e1b7;
}
.services .icon-box_9 {
  text-align: center;
  border: 1px solid #e56025;
  transition: all ease-in-out 0.3s;
	float: left;
	background:#e56025;
}
.services .icon-box-Apollo {
  text-align: center;
  border: 1px solid #575ce5;
	margin: 0 6px 10px 5px;
  padding: 20px 10px 8px 10px;
  transition: all ease-in-out 0.3s;
	border-radius: 10px;
	width: 248px;
	background:#575ce5;
}
.services .icon-box-Apollo:hover{background: #ff4c72; border:solid 1px #ff4c72;}
.services .icon-box .icon {
  margin: 0 auto;
  width: 64px;
  height: 64px;
  border-radius: 5px;
  transition: all 0.3s ease-out 0s;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 13px;
}
.services .icon-box .icon img{width: 90%;}
.services .icon-box .icon i {
  color: #fff;
  font-size: 28px;
}
/*.services .icon-box .icon::before {
  position: absolute;
  content: "";
  left: -8px;
  top: -8px;
  height: 100%;
  width: 100%;
  background: #badaf7;
  border-radius: 5px;
  transition: all 0.3s ease-out 0s;
  transform: translateZ(-1px);
}*/
.services .icon-box h4 {
  font-weight: 500;
  margin-bottom: 15px;
  font-size: 16px;
	color: #fff;
}
.services .icon-box h4 a {
  color: #2c4964;
}
.services .icon-box h4 a:hover {
  color: #056FBB;
}
.services .icon-box p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}
/*.services .icon-box:hover {
  background: #1977cc;
  border-color: #1977cc;
}
*/
/*.services .icon-box:hover .icon {
  background: #fff;
}*/
/*.services .icon-box:hover .icon i {
  color: #1977cc;
}
.services .icon-box:hover .icon::before {
  background: #3291e6;
}*/
.services .icon-box:hover h4 a,
.services .icon-box:hover p {
}
/*--------------------------------------------------------------
# Appointments
--------------------------------------------------------------*/
.appointment_2{background: url("../img/BGNEW.jpg") top center; width:90%; margin: auto; border-radius: 20px;}
.appointment_2 .section-title h2{color: #fff;}
.appointment_2 p{color: #fff;}
.appointment_2 input {    border-radius: 20px !important;}
.appointment_2 textarea{ border-radius: 20px !important;}
.appointment .php-email-form {
  width: 100%;
}
.appointment .php-email-form .form-group {
  padding-bottom: 8px;
}
.appointment .php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}
.appointment .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}
.appointment .php-email-form .error-message br+br {
  margin-top: 25px;
}
.appointment .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}
.appointment .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}
.appointment .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}
.appointment .php-email-form input,
.appointment .php-email-form textarea,
.appointment .php-email-form select {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  padding: 10px !important;
	border: none;
}
.appointment .php-email-form input:focus,
.appointment .php-email-form textarea:focus,
.appointment .php-email-form select:focus {
  border-color: #1977cc;
}
.appointment .php-email-form input,
.appointment .php-email-form select {
  height: 44px;
}
.appointment .php-email-form textarea {
  padding: 10px 12px;
}
.appointment .php-email-form button[type=submit] {
  background: #e92851;
  border: 0;
  padding: 10px 35px;
  color: #fff;
  transition: 0.4s;
  border-radius: 50px;
}
.appointment .php-email-form button[type=submit]:hover {
  background: #1c84e3;
}
/*--------------------------------------------------------------
# Departments
--------------------------------------------------------------*/
.departments {
  overflow: hidden;
}
.departments .nav-tabs {
  border: 0;
}
.departments .nav-link {
  border: 0;
	margin: 0 0 10px 0px;
  padding: 12px 15px 12px 0;
  transition: 0.3s;
  color: #2c4964;
  border-radius: 7px;
  border-right: 2px solid #ebf1f6;
  font-weight: 600;
  font-size: 15px;
	box-shadow: rgb(100 100 111 / 20%) 0 4px 5px 0;
}
.departments .nav-link:hover {
  color: #1977cc;
}
.departments .nav-link.active {
  color: #1977cc;
  border-color: #1977cc;
	background: #daf0ff;
}
.departments .tab-pane.active {
  -webkit-animation: fadeIn 0.5s ease-out;
  animation: fadeIn 0.5s ease-out;
}
.departments .details h3 {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #2c4964;
}
.departments .details p {
  color: #777777;
}
.departments .details p:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .departments .nav-link {
    border: 0;
    padding: 15px;
  }
  .departments .nav-link.active {
    color: #fff;
    background: #1977cc;
  }
}
/*--------------------------------------------------------------
# Doctors
--------------------------------------------------------------*/
.doctors {
  background: #fff;
}
.doctors .member {
  position: relative;
  box-shadow: 0px 2px 15px rgba(44, 73, 100, 0.08);
  padding: 30px;
	min-height: 297px;
  border-radius: 10px;
	border: solid 1px #efefef;	
	margin-bottom: 20px;
}
.member-info i{color: #1977cc; padding:0 7px 0 0px; margin-left: 7px; font-size: 15px;}
.doctors .member .pic {
  overflow: hidden;
  width: 150px;
  border-radius: 50%;
	margin-left: 10px;
}
.doctors .member .pic img {
  transition: ease-in-out 0.3s;
	border: solid 3px #fff;
    box-shadow: 2px 2px 4px 0px rgb(0 0 0 / 41%);
    -webkit-box-shadow: 2px 2px 4px 0px rgb(0 0 0 / 41%);
    -moz-box-shadow: 2px 2px 4px 0px rgba(0,0,0,0.41);
}
.doctors .member:hover img {
  transform: scale(1.1);
}
.doctors .member .member-info {
  padding-left: 0px;
	width: 400px; 
}
.doctors .member h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 20px;
  color: #2c4964;
}
.doctors .member h3 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 20px;
  color: #2c4964;
}
.doctors .member span {
  display: block;
  font-size: 15px;
  padding-bottom: 10px;
  position: relative;
  font-weight: 500;
}
.doctors .member span:after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 1px;
  background: #b2c8dd;
  bottom: 0;
  left: 0;
}
.doctors .member p {
  margin: 10px 0 0 0;
  font-size: 14px;
}
.doctors .member .social {
  margin-top: 12px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.doctors .member .social a {
  transition: ease-in-out 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  width: 32px;
  height: 32px;
  background: #a0bcd5;
}
.doctors .member .social a i {
  color: #fff;
  font-size: 16px;
  margin: 0 2px;
}
.doctors .member .social a:hover {
  background: #1977cc;
}
.doctors .member .social a+a {
  margin-left: 8px;
}
.BookFreeCons{width: 51%; clear: both; padding: 10px 0 0 0px;}
.BookFreeCons a{padding: 8px 20px; text-align: center; display: block; background: #595ee7;
border-radius: 30px; font-size: 14px; color: #fff;}
/*--------------------------------------------------------------
# Frequently Asked Questions
--------------------------------------------------------------*/
.faq .faq-list {
  padding: 0 100px;
}
.faq .faq-list ul {
  padding: 0;
  list-style: none;
}
.faq .faq-list li+li {
  margin-top: 15px;
}
.faq .faq-list li {
  padding: 20px;
  background: #575ce5;
  border-radius: 7px;
  position: relative;
}
.faq .faq-list a {
  display: block;
  position: relative;
  font-size: 17px;
  line-height: 24px;
  font-weight: 500;
  padding: 0 30px;
  outline: none;
  cursor: pointer;
	color: #95e2ff;
}
.faq .faq-list a.icon-help {
  font-size: 24px;
  position: absolute;
  right: 0;
  left: 20px;
  color: #fff;
}
.faq .faq-list .icon-help {
  font-size: 24px;
  position: absolute;
  right: 20px;
  left: 20px;
  color: #fff;
}
.faq .faq-list .icon-show,
.faq .faq-list .icon-close {
  font-size: 24px;
  position: absolute;
  left: 0;
  top: 0;
}
.faq .faq-list p {
  margin-bottom: 0;
  padding: 10px 0 0 0;
	color: #fff;
}
.faq .faq-list .icon-show {
  display: none;
}
.faq .faq-list a.collapsed {
  color: #fff;
}
.faq .faq-list a.collapsed:hover {
  color: #95e2ff;
}
.faq .faq-list a.collapsed .icon-show {
  display: inline-block;
}
.faq .faq-list a.collapsed .icon-close {
  display: none;
}
@media (max-width: 1200px) {
  .faq .faq-list {
    padding: 0;
  }
}
/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials .testimonial-wrap {
  padding-left: 50px;
}
.testimonials .testimonials-carousel,
.testimonials .testimonials-slider {
  overflow: hidden;
}
.testimonials .testimonial-item {
  box-sizing: content-box;
  padding: 30px 30px 30px 60px;
  margin: 5px 15px 5px 10px;
  min-height: 230px;
  box-shadow: 0px 2px 12px rgba(44, 73, 100, 0.08);
  position: relative;
  background: #f1f7fd;
	border-radius: 10px;
	border:solid 1px #dceefc;
}
.testimonials .testimonial-item .testimonial-img {
  width: 110px;
  border-radius: 10px;
  border: 1px solid #c2e2ff;
  position: absolute;
  left: -60px;
	padding: 1px;
}
.testimonials .testimonial-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #111;
}
.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #565656;
  margin: 0;
}
.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
  color: #badaf7;
  font-size: 26px;
}
.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}
.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}
.testimonials .testimonial-item p {
  font-style: normal;
  margin: 15px auto 15px auto;
	font-size: 14px;
	line-height: 22px;
}
.testimonials .swiper-pagination {
  margin-top: 20px;
  position: relative;
}
.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #1977cc;
}
.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #1977cc;
}
@media (max-width: 767px) {
  .testimonials .testimonial-wrap {
    padding-left: 0;
  }
  .testimonials .testimonials-carousel,
  .testimonials .testimonials-slider {
    overflow: hidden;
  }
  .testimonials .testimonial-item {
    padding: 20px;
    margin: 10px;
	  text-align: center;
	  min-height: 460px;
  }
  .testimonials .testimonial-item .testimonial-img {
    position: static;
    left: auto;
	  width: 60%; }
}
/*--------------------------------------------------------------
# Gallery
--------------------------------------------------------------*/
.gallery .gallery-item {
  overflow: hidden;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
}
.gallery .gallery-item img {
  transition: all ease-in-out 0.4s;
}
.gallery .gallery-item:hover img {
  transform: scale(1.1);
}
/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info {
  width: 100%;
  background: #fff;
}
.contact .info i {
  font-size: 20px;
  color: #1977cc;
  float: left;
  width: 44px;
  height: 44px;
  background: #d6e9fa;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}
.contact .info h4 {
  padding: 0 0 0 60px;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #2c4964;
}
.contact .info p {
  padding: 0 0 0 60px;
  margin-bottom: 0;
  font-size: 14px;
  color: #4b7dab;
}
.contact .info .email,
.contact .info .phone {
  margin-top: 40px;
}
.contact .info .email:hover i,
.contact .info .address:hover i,
.contact .info .phone:hover i {
  background: #1977cc;
  color: #fff;
}
.contact .php-email-form {
  width: 100%;
  background: #fff;
}
.contact .php-email-form .form-group {
  padding-bottom: 8px;
}
.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}
.contact .php-email-form .error-message br+br {
  margin-top: 25px;
}
.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}
.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}
.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}
.contact .php-email-form input,
.contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}
.contact .php-email-form input {
  height: 44px;
}
.contact .php-email-form textarea {
  padding: 10px 12px;
}
.contact .php-email-form button[type=submit] {
  background: #1977cc;
  border: 0;
  padding: 10px 35px;
  color: #fff;
  transition: 0.4s;
  border-radius: 50px;
}
.contact .php-email-form button[type=submit]:hover {
  background: #1c84e3;
}
@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  color: #444444;
  font-size: 14px;
  background: #f1f7fd;
}
#footer .footer-top {
  padding: 60px 0 30px 0;
  background: #f1f7fd;
  box-shadow: 0px 2px 15px rgba(25, 119, 204, 0.1);
}
#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
#footer .footer-top .footer-contact h4 {
  font-size: 22px;
  margin: 0 0 30px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
#footer .footer-top .footer-contact p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  color: #777777;
}
#footer .footer-top h4 {
  font-size: 16px;
  font-weight: bold;
  color: #444444;
  position: relative;
  padding-bottom: 12px;
}
#footer .footer-top .footer-links {
  margin-bottom: 30px;
}
#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #1c84e3;
  font-size: 18px;
  line-height: 1;
}
#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}
#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
#footer .footer-top .footer-links ul a {
  color: #777777;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}
#footer .footer-top .footer-links ul a:hover {
  text-decoration: none;
  color: #1977cc;
}
#footer .footer-newsletter {
  font-size: 15px;
}
#footer .footer-newsletter h4 {
  font-size: 16px;
  font-weight: bold;
  color: #444444;
  position: relative;
  padding-bottom: 12px;
}
#footer .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 50px;
  text-align: left;
  border: 1px solid #bfdcf7;
}
#footer .footer-newsletter form input[type=email] {
  border: 0;
  padding: 4px 8px;
  width: calc(100% - 100px);
}
#footer .footer-newsletter form input[type=submit] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: #575ce5;
  color: #fff;
  transition: 0.3s;
  border-radius: 50px;
}
#footer .footer-newsletter form input[type=submit]:hover {
  background: #1c84e3;
}
#footer .credits {
  padding-top: 5px;
  font-size: 13px;
  color: #444444;
}
#footer .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #575ce5;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}
#footer .social-links a:hover {
  background: #1c84e3;
  color: #fff;
  text-decoration: none;
}
.Special_offerbox{height: 100%; min-height: 300px; width: 24%; 
border: solid 1px #1977cc29; background: #fff; border-radius: 7px;	float: left; margin: 0 10px 0 0px;}
.Special_offerbox h3{font-size: 16px; line-height: 20px; font-weight: bold; padding: 12px 10px 0px 10px;}
.Special_offerbox img{width: 100%;display: inline-block; margin: 0px; border-top-right-radius: 7px; border-top-left-radius: 7px; }
.Hospital_namebox{display:inline-block; padding: 0px 10px; margin: 0px; width: 100%; }
.Hospital_namebox h5{font-size: 15px; padding: 0 5px; margin: 0px 2px; float: right;}
.Hospital_namebox i{float: right; color: #595ee7; margin: 0px; padding: 0px;}
.Hospital_Cost{display: inline-block; width: 100%; padding: 0px 10px;}
.Hospital_Cost span{float: left;  }
.Hospital_Cost span.Price{float: left;font-size: 17px; font-weight: bold; width: 45%; text-align: inherit;   text-decoration: line-through; color: #949494; font-weight: normal;}
.Hospital_Cost span.Special_price{float: left; width: 45%; text-align: center;font-size: 17px; font-weight: bold; color:#4e4e4e; }
.Package_booknow{width: 100%; display: inline-block;padding: 10px 10px; margin-bottom: 7px;}
.Package_booknow a{background: #e92851; color: #fff; display: inline-block; width: 100%; padding: 7px 20px; border-radius: 20px; text-align: center; font-size: 14px; }
.Package_booknow i.fa-chevron-left{font-size: 9px; padding: 0 5px 0 0px;}
.HowWe_Work{height: 220px; width: 309px; float: right;
    border-radius: 7px; margin:0 15px 30px 0px; 
    border: solid 1px #bdebef;
    text-align: center;
	 transition: box-shadow .3s;
}
.HowWe_Work:hover{box-shadow: 0 0 11px rgba(33,33,33,.2); background: #f7feff; }
.HowWe_Work img{text-align: center; margin: auto; padding: 12px 0 0 0px;}
.HowWe_Work h4{font-size: 16px; padding: 8px 0 0 0px; font-weight: bold; text-align: center;}
.HowWe_Work p{font-size: 14px; padding: 0 10px; line-height: 19px;}
.Numbering{border-radius: 50%; background: #1977cc; color:#fff; width: 45px; height: 45px; margin: auto; 
	text-align: center;padding: 12px 0 0 0px; font-weight: bold;font-size: 14px; margin-top: -20px;}
.Numbering_1{background: #37af47;}
.Numbering_2{background: #e8583e;}
.Numbering_3{background: #3ac6c4;}
.Numbering_4{background: #f6b13e;}
.Numbering_5{background: #bc449b;}
.Numbering_6{background: #2ab2d3;}
.HowWe_Work h3{font-size: 17px; line-height: 20px; font-weight: bold; padding: 7px 10px 7px 10px;}
.NeedHelp{background:#575ce5; }
.NeedHelp a{font-size: 20px; font-weight: bold;text-align: center; display: block; padding: 70px 0 0 0px; color: #fff;}
.NeedHelp a:hover{background: #1977cc;}
.NeedHelp:hover{background:#1977cc;  transition: box-shadow .3s; box-shadow: 0 0 11px rgba(33,33,33,.2);	}
.gallery-item{padding: 1px 1px 0px 1px;}
.gallery-item img{border: solid 1px #1977cc; border-radius: 10px; margin: 1px 0px 0px 1px;}
.QCI_box{width: 50%; margin: auto; }
.QCI_box img{width: 90%;  border-radius: 5px; margin: 0 3px 0 0px; }
.customer-logos{margin: 0px; padding: 0px;}
.slick-slide {
    margin: 0px 10px;
	background: #fff;
	padding: 15px;
	border-radius: 10px; 
	border:solid 2px #1977cc;
}
.slick-slide img {
    width: 100%;
	height: auto;
}
.slick-slider
{
    position: relative;
    display: block;
	direction: initial !important;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}
.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}
.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
.Footerup_contct{background:#217cc3; 
    text-align: center;
    width: 90%;
    margin: auto;
	border-top-left-radius: 100px;
	border-bottom-right-radius: 100px;
    padding: 25px 20px 10px 20px;
    margin-top: 40px;
	margin-bottom: 40px;
    z-index: 9999;
    position: relative;
}
.Footerup_contct h3{color: #bee0ff; font-weight: bold; font-size: 30px; line-height: 42px;  float: right; padding: 60px 0 0 40px;}
.Footerup_contct h3 span{font-weight: bold; font-size: 35px; color: #fff;}
.Footerup_contct img{float: left; width: 25%;}
.Doc_exp{width: 45%; float: left; padding: 12px 0 0 0px; font-size: 14px; }
.Doc_exp strong{font-size: 14px;}
.testimonials{padding: 40px 0px 40px 0px; }
.Feedback_Videos{min-height: 250px; width: 31.5%; float: left; padding:10px 10px;
	margin: 0 10px; background: #f1f7fd; border-radius: 10px;}
.Feedback_Videos iframe{min-height: 250px; width: 100%; float: left; border-radius: 10px;}
.section-title h2.JCI{font-size: 27px;}
.section-title h4.JCI{font-size: 27px;}
.d-md-flex{direction: ltr !important;}
.WTSP {
    position: fixed;
    width: 50px;
    height: 50px;
    bottom: 15px;
    left: 40px;
	padding: 3px 0px;
    background-color: #25d366;
    color: #FFF !important;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.fa-whatsapp:before {
    content: "\f232";
}
.Treatment_box_headingContr{width:24%; border:solid 1px #badaf7; border-radius: 10px; padding: 10px;}
.Treatment_box_headingContr h3{font-size: 17px; font-weight: 500;}
.Treatment_box_ContContr{width: 75%; max-width: 100%; border:solid 1px #badaf7; border-radius: 10px; margin: 25px 10px 0 0px;}
.Treatment_innrDiv{width: 100%; margin: 0px; padding: 0px;}
.Treatment_innrDiv_2{width: 100%; margin: 0px; padding: 0px 0 10px 0px;}
.Treatment_innrDiv_2 h3{padding: 15px 0 0 0px; color: #1977cc !important; margin-bottom: 13px !important;}
.Treatment_innrDiv_img{width: 100%; height: 200px; overflow: hidden; margin: 0px; padding: 0px;}
.Treatment_innrDiv_2 img{border-radius: 10px; margin: 0 0 10px 0px;}
.nav-tabs{padding: 0px;}
.Tremnt_contrmain{width: 100%; clear: both; margin: 0px;}
.Send_Enquiry{display:none;}
.Inner_main_page{width: 1270px; margin: auto; padding-top: 40px; padding-bottom: 0px;}
.Inner_page_Main_left{width: 70%; float: right; padding: 0px;}
.Inner_page_Main_left p{margin: 0px; padding: 0px; letter-spacing: 1px;}
.Inner_page_Main_left h3{margin: 0px; padding: 30px 0 8px 0px; text-align: right; color: #121564;
font-weight: 600; 	font-size: 22px;}
.Inner_page_Main_left h2{margin: 0px; padding: 20px 0 8px 0px; text-align: right; color: #121564;
font-weight: 600;	font-size: 24px;}
.Inner_page_Main_left h4{margin: 0px; padding: 20px 0 10px 0px; text-align: right; color: #121564;
font-weight: 600;	font-size: 19px;}
.Inner_page_Main_left article{text-align: justify; font-size: 15px; padding: 0px;}
.Inner_page_Main_Right{
	float: right; padding: 0px; 
	width: 29%;  margin: 0 40px 0 0px;
}
.Oppointmnt{width: 100%; clear: both;}
.Inner_page_Main_Right h3{color: #fff; font-size: 18px; font-weight: 600; line-height: 28px;}
.Inner_page_Main_Right .section-title{padding-bottom: 20px;}
.doctors .member .pic_2{border-radius: 0px; width: 180px; padding: 10px; margin: 0px 0 0 10px; }
.doctors .member .pic_2 img{width: 140px; height: auto; border-radius: 50%; border:solid 2px #fff; box-shadow: 2px 2px 4px 0px rgba(0,0,0,0.41);
-webkit-box-shadow: 2px 2px 4px 0px rgba(0,0,0,0.41);
-moz-box-shadow: 2px 2px 4px 0px rgba(0,0,0,0.41);
 }
.Wtsup_box{background:#e92851; border-radius: 50px; margin-top:20px !important; clear: both;width: 87%; margin: auto; overflow: hidden;    padding: 10px 61px 5px 61px;text-align: center;}
.Wtsup_box a p{float: left; color: #fff; font-weight: bold; font-size: 18px; padding: 8px 10px 0 7px;}
.Wtsup_box a i{float: left; color: #fff; font-size: 24px; padding: 10px 0 0 15px;}
.Heading_BG{margin: 100px auto 0 auto; padding: 50px 0px 0 0px;
width: 100%; background: linear-gradient(0deg, rgba(87,92,229,1) 0%, rgba(92,128,242,1) 100%);
    height:200px;}
.Trmnt_icon_Contr_box{ padding: 0px 0 0 10px; width: 80%; margin: auto;}
.Heading_BG h2::before{display: none; font-size: 0px;}
.Heading_BG h2::after{display: none; font-size: 0px;}
	.Heading_BG h2{color: #fff; font-size: 40px; float: right; padding: 15px 0 0 0px;}
.Heading_BG h1{color: #fff; font-size: 40px; font-weight: 600; float: right; padding: 15px 0 0 0px;}
	.Heading_BG img{width: 95px;
    height: 95px;
    float: left;
    background: #575ee6;
    padding: 10px;
    border-radius: 50%;
    border: solid 2px #9eb1ff;
    margin-bottom: 15px;}
.Heading_BG_icons{width:100px; height: 100px; position: relative;}
.Hospital_Inner_Maincontr{width: 100%; clear: both; display: inline-block;border: solid 2px #009746;
	border-radius:10px;  padding: 10px 10px 18px 10px; margin: 100px 0 20px 0px;}
.Hospital_Inner_Maincontr_apolo{border: solid 2px #fdb913;}
.Hospital_Inner_Maincontr_aster{border: solid 2px #07387b;}
.Hospital_Inner_Maincontr_Artimis{border: solid 2px #897930;}
.Hospital_Adres_Book_Artimis a{background-color:#897930 !important;}
.Hospital_name_logo{float: right; padding: 0px 30px 0 40px;}
.Hospital_nameContr_Art h1{color: #897930 !important;}
.Hospital_Adresbox_Artimis i{color: #897930 !important;}
.Hospital_Inner_Maincontr_Medanta{border: solid 2px #df4c2b;}
.Hospital_Inner_Maincontr_Medanta h1{color:#585656 !important;}
.Hospital_Adres_Book_Medanta a{background-color:#df4c2b !important;}
.Hospital_Inner_Maincontr_Medanta .Hospital_Adresbox i{color: #df4c2b;}
.Hospital_Inner_Maincontr_Medanta .Hospital_Adresbox i fa-calendar{color: #fff}
.Hospital_nameContr{width: 450px; float: right; padding: 13px 20px 0 0px; text-align: right;}
.Hospital_nameContr h3{font-size: 22px; float: right; text-align: right; color: #007c9d;
	padding: 0 10px 0 0px; font-weight: 600;}
.Hospital_nameContr h1{font-size: 22px; float: right; text-align: right; color: #007c9d;
	padding: 0 10px 0 0px; font-weight: 600;}
.Hospital_nameContr_FMRI h3{font-size: 22px; float: right; text-align: right; color: #009746;
	padding: 0 10px 0 0px; font-weight: 600;}
.Fortis_name h1{color: #444444 !important;
	}
.MIOT{border: solid 2px #2d56a6;}
.MIOT h1{color: #2d56a6;}
.MIOT i{color: #2d56a6 !important;}
.Amrita{border: solid 2px #413e3c;}
.Amrita h1{color: #413e3c;}
.Amrita i{color: #ff7d23 !important;}
.Amrita_button a{background: #ff7d22 !important;}
.Metro{border: solid 2px #a61b1f;}
.Metro h1{color: #a61b1f;}
.Metro i{color: #a61b1f !important;}
.Rajagiri{border: solid 2px #ec1559;}
.Rajagiri h1{color: #2d56a6;}
.Rajagiri i{color: #ec1559 !important;}
.Rajagiri_Button a{background:#ed1459 !important;}
.Rajagiri_Button i{color: #fff !important;}
.Hospital_Adresbox{width: 100%; clear: both; padding: 0px; text-align: right;}
.Hospital_Adresbox i{float:right; line-height: 25px; min-height: 30px; padding: 0 7px; text-align: right; color: #007c9d; }
.Hospital_Adresbox p{margin: 0 3px 0 0px; clear: both;}
.Hospital_Adresbox_FMRI i{float:right; line-height: 25px; min-height: 40px; padding: 0 7px; text-align: right; color: #009746; }
.Hospital_Adres_Acrd{float: right; padding: 20px 35px 10px 30px; }
.Hospital_Adres_Acrd img{float: right; margin: 0 3px; width: 20%;}
.Hospital_Adres_Book{float: right; padding: 0px 10px; margin: 0px; width: 280px;}
.Hospital_Adres_Book a{background: #fdb913; display: block; padding: 10px 20px 12px 20px;  width: 75%; margin: 0 23px 0px;
border-radius: 50px; color: #fff; font-size: 16px; text-align: center;}
	.Hospital_Adres_Book i.btn-icon-bx{    font-size: 11px;
display: none;
    border: solid 1px #fff;
    border-radius: 50px;
    padding: 5px; margin: 0 5px 0 0px;
    height: 23px;
    width: 23px;}
.Hospital_Adres_Book_FMRI a{background: #f1852d; display: block; padding: 10px 20px; border-radius: 50px; color: #fff; font-size: 16px; text-align: center;}
.Hospital_Adres_Book_FMRI a:hover{background: 009746;}
.swiper-slide_2{width: 50%; margin-left:20px !important; padding: 0px;}
.swiper-slide_2 img{width: 100%; border-radius: 10px;}
.testimonials_2{padding: 5px 0 20px 0px;}
.Inner_page_Main_Right section{padding: 30px 0px;}
.Best_hospital_for{width: 32%; float: right; padding: 10px; margin: 0 11px 11px 0px;
box-shadow: 0px 2px 15px rgb(44 73 100 / 8%);
border: solid 1px #efefef; border-radius: 10px;}
.Best_Hosptl_imgbox{width: 100%; height: 200px; overflow: hidden;}
.Best_Hosptl_imgbox img{width: 100%; padding: 0px; border-radius: 10px;}
.Best_hospital_for h3{font-size: 18px; padding: 6px 3px 0 0px; font-weight: 600;}
.Best_hospital_for h4{font-size: 14px; padding: 3px 3px 0 0px;}
.Best_hospital_for h5{font-size: 14px; padding: 0 3px 0 0px;}
.Best_hospital_for .text-red-1{color: #5C04C9;
    float: right;
    margin: 5px 0px 0px 6px;
    font-size: 16px; }
.Best_hospital_for a{padding: 8px 20px;
    text-align: center;
    display:block;
	margin: auto;
	width: 140px;
    background: #595ee7;
    border-radius: 30px;
    font-size: 14px;
    color: #fff;
	margin-bottom: 10px;
}

.Best_hospital_for h3 a{padding: 8px 20px;
    text-align: center;
    display:block;
	margin: auto;
	 width:100%;
    background: #fff !important;
    border-radius: 30px;
    font-size: 14px;
    color: #595ee7 !important;
	margin-bottom: 10px;
}

.Best_hospital_for h2{font-size: 19px; padding: 8px 10px;  color: #595ee7;
}
.Best_hospital_for h2 a{padding:0px;
    text-align: right;
    display:block;
	margin: auto;
	width: 100%;
    background: none;
    border-radius:0px;
    font-size: 19px;
    color: #595ee7;
	margin-bottom: 0px;
}
.Best_hospital_for a .fa-chevron-left{    font-size: 10px;
    padding: 0 5px 0 0px;}
.NABL_Icon_box{padding: 5px 0 10px 0px; width: 95%; margin: auto;}
.NABL_Icon_box img{width: 40px; height: auto;}
.Hospital_ad{padding: 0px; width: 100%; border-radius: 10px; margin: 20px 0 0 0px; display: inline-block;}
.Hospital_ad img{border-radius: 10px;}
.Hospital_Inner_Maincontr_BLK{ border:solid 2px #04356f; }	
	.Hospital_name_logo{text-align: center; float: right;}
.Hospital_nameContr_BLK{color: #04356f;}
.Hospital_nameContr_BLK h3{color: #04356f;}
.Hospital_Adresbox_BLK i{color: #009eb5 ;}
.Hospital_Adres_Book_BLK a{background: #009eb5; }
#topbar_3{background: #009eb5;  height: 40px; color: #fff;
    font-size: 14px;
    transition: all 0.5s;
    z-index: 996;}
   #topbar_3 a{color: #fff;}
.services .icon-box-BLK {
    text-align: center;
    border: 1px solid #04356f ;
    margin: 0 6px 10px 5px;
    padding: 20px 10px 8px 10px;
    transition: all ease-in-out 0.3s;
    border-radius: 10px;
    width: 248px;
    background: #04356f;
}
.services .icon-box-BLK:hover {background: #009eb5 ;}
.Inner_page_Main_left ul{padding: 0 20px 0 0px;}
.Inner_page_Main_left ul li{margin: 0 10px 0 0px; padding:5px 0px; }
.Yellow{color: #f1852d;}
.Logo_COntr{width: auto;}
.Logo_COntr img{width: 185px; height: auto;}
.fa-hospital-o:before {
    content: "\f0f8";
}
*, ::after, ::before {
    box-sizing: border-box;
}
.Hospital_head{margin-top: 100px;}
	#hero h1{font-size: 35px !important; line-height: 35px !important;}
	 #hero h2 {
    font-size: 31px;
    line-height: 34px;
    margin-bottom: 30px;
		 font-weight: bold;
	color: #333638;
  }
	 #hero h2 span{
    font-size: 37px;
    line-height: 40px;
		 font-weight: bold;
    color: #252ac5;
  }
.Connect_Main{width: 90%; margin:0 140px 0 0px; padding: 0 0 40px 0px;}
.connectwithus{width: 25%; float: right; margin: 0px 20px 0 0px; padding: 0px; text-align: center; border-radius: 20px;
border:solid 1px #fff;  color: #fff; min-height: 130px; padding: 20px 0 20px 0px;}
.connectwithus a{color: #fff;}
.connectwithus_icon{clear: both; margin: 0px; }
.connectwithus_icon i{font-size: 36px; margin-bottom: 10px;}
.connectwithus_icon i.fa-whatsapp{margin-bottom: 10px;}
.connectwithus h5{font-size: 20px; clear: both;}
.Connect_Main_2{width: 100%; margin:0 0px 0 0px; padding: 0 0 40px 0px;}
.connectwithus_2{width: 98%;
    /* float: right; */
    margin: 0px 3px 10px 0px; padding: 0px; text-align: center; border-radius: 20px;
border:solid 1px #fff;  color: #fff; min-height: 130px; padding: 20px 0 20px 0px;}
.Partner_hospital{width: 100%; padding: 0px; text-align:center;}
.Partner_hospital_Mobile{width: 100%; padding: 0px; display: none;}
.Yellow{color: #f1852d;}
.Home_About_Contr{width: 100%; clear: both; padding: 10px 0px;
padding: 25px 20px;
    overflow: hidden;
    background: #ffffff;
    border: 1px solid #eaf1f5;
    -webkit-box-shadow: 0px 4px 10px rgb(0 77 255 / 4%);
    box-shadow: 0px 4px 10px rgb(0 77 255 / 4%);
    border-radius: 16px 4px;
}
.Home_About_Contr_left{width: 67%; float: right; margin: 0px; padding: 0px;}
.Home_About_Contr_left p{text-align: right;}
.Home_About_Contr_left h3{font-size: 24px; }
.Home_About_Contr_left h3 span{font-size: 28px; color: #2578b9;}
.Home_About_Contr_Right{float: left; padding: 0px; margin: 0px; width: 33%; }
.Home_About_Contr_Right img{width: 90%; }
.Galery_MobileViwe{width: 20% !important;}
@media screen and (max-width: 620px)  {
	.Treatment_lsit_box {
    height: 76px;
    padding: 10px;
    width: 100% !important;
    float: right;
    border-radius: 7px;
    margin: 0 0px 10px 0px !important;
    border: solid 1px #2e52a0;
    background: #f4f9fd;
    text-align: center;
    transition: box-shadow .3s;
}
	.Hospital_head{margin-top: 70px;}
	.Home_About_Contr{width: 100%; clear: both; 
		padding: 15px 10px;}
	.Home_About_Contr_left{width: 100%; float: right; margin: 0px; padding: 0px;}
.Home_About_Contr_left p{text-align: right;}
.Home_About_Contr_Right{float: left; padding: 20px 0 0 0px; margin: 0px; width: 100%; }
.Home_About_Contr_Right img{width: 100%; }
	.Heading_BG h1{color: #fff; font-size: 25px; font-weight: 600; float:none; text-align: center; padding: 15px 0 0 0px;}
	.Partner_hospital{width: 100%; padding: 0px; display: none;}
.Partner_hospital_Mobile{width: 100%; padding: 0px; display: block;}
	.Partner_hospital_Mobile img{width: 100%;}
	.Connect_Main{width: 100%; display: block; margin: 0 0 10px 0px;}
	.connectwithus{width: 100%; margin: 0px 0 10px 0px;}
	.navbar-mobile .dropdown ul li{width: 100%;
    clear: both;}
	.navbar-mobile a, .navbar-mobile a:focus{clear: both; float: right;}
	.navbar .dropdown:hover>ul{    width: 100%;
    clear: both;
    margin: 0px;}
	.navbar-mobile .dropdown ul a{
		display: block;
    width: 100%;
    float: right;
    text-align: right;
	}
	.navbar-mobile .dropdown>.dropdown-active{clear: both;
    width: 100%;
    margin: 0px;
}
	.navbar-mobile ul{width: 100%;
    right: 0px;
    bottom: 15px;
     left: 0px;}
	.Inner_page_Main_left article{text-align: justify; font-size: 15px; padding: 0px;}
	.Hospital_Adres_Book a{display: block; padding: 10px 20px 12px 20px;  width: 75%; margin: 0 35px 0px;
border-radius: 50px; color: #fff; font-size: 16px; text-align: center;}
	.Hospital_Adres_Book i.btn-icon-bx{    font-size: 11px;
    border: solid 1px #fff;
    border-radius: 50px;
    padding: 5px; margin: 0 5px 0 0px;
    height: 23px;
    width: 23px;}
.Best_hospital_for{width: 100%; float: none; padding: 10px;  margin: 0px;
}
	.Heading_BG{margin:40px 0 0 0px; padding: 30px 0 0 0px;
width: 100%;
    height:210px;
		background: linear-gradient(0deg, rgba(87,92,229,1) 0%, rgba(92,128,242,1) 100%);
		    border-bottom-right-radius: 50px;
}
	.Heading_BG h2::after{background: #e92851;}
	.Trmnt_icon_Contr_box{width: 100%; padding: 15px 0 0 0px;}
.Heading_BG h2::before{display: none;}
	.Heading_BG h2{color: #fff; font-size: 30px; float: none; display: block; clear: both;}
	.Heading_BG img{width: 80px;  float: none;
    height: 80px;
    text-align: center;
    background: #575ee6;
    padding: 10px;
    border-radius: 50%;
    border: solid 2px #9eb1ff;
    margin-bottom: 2px;}
	.Hospital_Inner_Maincontr{margin: 30px 0 0 0px; border:solid 1px #007c9d;}	
	.Hospital_Inner_Maincontr_FMRI{margin: 30px 0 0 0px; border:solid 1px #009746;}	
	.Hospital_name_logo{text-align: center; float: none;}
	.Hospital_name_logo img{width: 60%;}
	.Hospital_nameContr h3{font-size: 16px;}
	.Hospital_nameContr p{font-size: 13px; margin: 0 0px 3px 0px;}
	.Hospital_nameContr{width: 100%; float: none; padding: 15px 0 0 0px;}	
	.Hospital_Adres_Book {
    float: none;
    padding: 0px 10px;
    margin: 0px;
    width: 100%;
    display: inline-block;
}
	.Hospital_Adres_Acrd {
    float: left;
    padding: 9px 35px 17px 0px;
    width: 86%;
    overflow: hidden;
    margin: auto;
    text-align: center;
    display: inline-block;
}
	.testimonials_2 {
   padding:0px;
    margin: 20px 0 15px 0px;
    border: none;
    border-radius: 9px;
}
	.swiper-slide_2 img{border-radius: 10px;}
	.testimonials_2 .container{padding: 0px !important;}
	.appointment_2{width: 94%;}
	.back-to-top{bottom: 50px; right: 0px;}
	footer {padding: 0 0 30px 0px; margin-bottom: 20px;}
	.Inner_main_page{width: 98%; margin: auto; padding-top: 30px; }
.Inner_page_Main_left{width:100%; float: none; padding: 0px 0 15px 0px; margin: auto;}
	.Inner_page_Main_left h3{margin: 0px; padding: 12px 0px 5px 0px; font-size: 17px; line-height: 25px; font-weight: 600; color: #22244e;  }
	.Inner_page_Main_left h4{margin: 0px; padding: 12px 0px 5px 0px; font-size: 17px; line-height: 25px; font-weight: 600; color: #22244e;  }
.Inner_page_Main_Right{
	float: none; padding: 0px; 
	width: 100%;  margin: 0 0px 0 0px;
}
	.doctors .member{display: block !important;}
.Oppointmnt{width: 100%; clear: both;}
.Inner_page_Main_Right h3{color: #fff; font-size: 18px; font-weight: 600; line-height: 28px;}
.Inner_page_Main_Right .section-title{padding-bottom: 20px;}
.doctors .member .pic{border-radius: 0px; width: 50%; margin: auto;padding: 10px; 
	border: solid 3px #fff; 
	}
.doctors .member .pic img{border-radius: 50%; border:solid 3px #fff; box-shadow: 2px 2px 4px 0px rgba(0,0,0,0.41);
-webkit-box-shadow: 2px 2px 4px 0px rgba(0,0,0,0.41);
-moz-box-shadow: 2px 2px 4px 0px rgba(0,0,0,0.41);
 }
	.doctors .member h4{text-align: center;}
	.doctors .member span{text-align: center;}
	.section-title h2.JCI{    font-size: 15px;}
		.section-title h4.JCI{    font-size: 15px;}
	.Send_Enquiry{display:block; width: 100%; background: #e92851; margin: auto; position: fixed; right: 0px; 
	bottom: 0px; z-index: 9999;     border-top-left-radius: 7px;
    border-top-right-radius: 7px;}
	.Send_Enquiry a{background: #e92851; min-width: 33%; border-right: solid 1px #ff6b8a; float: left; padding: 7px 10px; color: #fff; border-top-left-radius: 7px; 
	border-top-right-radius: 7px; display: block; text-align: center; font-size: 22px;}
	.Send_Enquiry a:last-child{border:none;}
	.BookFreeCons{width: 100%;}
	.Send_Enquiry_WT{display:block; width: 50%; margin: auto; position: fixed; left: 0px; bottom: 0px;}
	.Send_Enquiry_WT a{background: #1977cc; padding: 7px 10px; color: #fff; border-top-left-radius: 7px; 
	border-top-right-radius: 7px; display: block; text-align: center;}
	.Send_Enquiry_WT a .fa-whatsapp{font-size: 24px;}
.Tremnt_contrmain{width: 101%; margin: auto;}	
.WTSP {
    position: fixed;
    width: 50px;
    height: 50px;
    bottom: 5px;
    left: 15px;
	padding: 3px 0px;
    background-color: #25d366;
    color: #FFF !important;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}
	.Feedback_Videos iframe{width: 100%;}
	#header .logo img{max-height: inherit; max-width: 120px;}
	.navbar {
  padding: 0 0px 0  0px;
		direction: ltr;
		width: 100%;
}
	.appointment-btn{display: block; margin: 0 40px 0 0px; font-size: 14px;}
	#topbar{display: none !important;}
	#header{top: 0px;}	
	.JCI_MObile_none{display: none !important;}
	.why-us{padding: 0px !important;}
	.section-title{padding-bottom: 20px;}
	.Feedback_Videos{margin: 5px 0px; width: 100%; padding: 0px;}
	.why-us .content{padding: 15px;}
	.services .icon-box{border-radius: 10px; width: 47%;  margin: 0px 5px 10px 5px; padding: 15px 0px 12px 0px;}
	.services .icon-box:last-child{margin-left: 0px;}
	.services .icon-box .icon img{width: 72%;}
	.services .icon-box .icon{height: 56px; margin-bottom: 4px;}
	.services .icon-box h4{font-size: 16px;}
	.section-title{width: 100%;}
	.Galery_MobileViwe{width: 33% !important; float: left;}
	.faq .faq-list a{font-size: 14px; line-height: 21px;}
	.faq .faq-list p{font-size: 14px;}
section {
    padding: 30px 0;
    overflow: hidden;
}
.icon img {width: 90%; }
	#hero h1{font-size: 24px !important; line-height: 22px !important;  color: #e92851;}
	.Special_offerbox{max-width: 100% !important; width: 100%; margin-bottom: 10px;}
	 #hero h2 {
    font-size: 19px;
    line-height: 27px;
    margin-bottom: 30px;
	color: #333638;
  }
	 #hero h2 span{
    font-size: 24px;
    line-height: 28px;
		 font-weight: bold;
    color: #2e52a0;
  }
	.Logo_COntr .img-fluid {
    max-width: 126px;
}
.HowWe_Work {
    height: auto;
	min-height: 170px;
	margin: 0 0 30px 0px;
	width:100%;}
	.doctors .member{padding: 20px;}
	.doctors .member .member-info{padding: 0px; width: 100%;}
	.doctors .member span::after{width: 100%;}
.member:hover{border:solid 1px #575ce5;}
	#hero h2{display: block;}
	.section-title h2{font-size: 24px; line-height: 35px; padding: 10px 0 10px 0px;}
	.doctors h2{font-size: 24px;}
	.QCI_box{width:100%;}
	.QCI_box img{width: 100%;}
	.Footerup_contct h3{font-size: 16px;}
	.Footerup_contct h3 span{font-size: 21px; width: 100%; display: block;}
	.Footerup_contct{margin: 20px auto; border-radius: 15px; width: 97%; }
	.why-us .content{display: none;}
	.why-us-mobile .content{display: block !important;}
	.Footerup_contct img{width: 70%; float: none; padding: 20px 0 0 0px;}
	.Footerup_contct h3{padding: 15px 0 0 0px;}
	#hero h1 span{font-size: 20px; line-height: 27px;}
	.Treatment_box_headingContr{margin:auto; width: 95%;}
	.Treatment_box_ContContr{width: 96%; margin: auto; margin-top: 10px;}
	.Treatment_innrDiv_2 h3{font-size: 20px !important; }
	.doctors .member{display: flex; }
	.Doctrs_Deatils_head h1{font-size: 20px !important; color: #2e52a0;}
	.Right_DOctr{margin: 0px !important;}
	.Doctrs_Deatils_head{margin-top: 50px !important;}
}
/* arabic */
@font-face {
  font-family: 'Cairo';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/cairo/v20/SLXVc1nY6HkvangtZmpcWmhzfH5lWWgcQyyS4J0.woff2) format('woff2');
  unicode-range: U+0600-06FF, U+200C-200E, U+2010-2011, U+204F, U+2E41, U+FB50-FDFF, U+FE80-FEFC;
}
/* latin-ext */
@font-face {
  font-family: 'Cairo';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/cairo/v20/SLXVc1nY6HkvangtZmpcWmhzfH5lWWgcSCyS4J0.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Cairo';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/cairo/v20/SLXVc1nY6HkvangtZmpcWmhzfH5lWWgcRiyS.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
.Blog_Docotr_List{width: 100%; clear: both; padding: 0px;}
.Blog_Docotr_List_inner{clear: both; }
.Doctor_blog_img{width: 30%; float: left;}
.Doctor_blog_img img{border-radius: 10px; border:sloid 1px #ccc;}
.Doctor_details{float: right; padding: 0px; margin: 0px;}
.Doctor_details h3{font-size: 18px; padding: 0px; color: #1264bc;}
.Doctor_details h4{font-size: 17px;}
.Doctor_details h5{font-size: 15px;}
.Doctors_detail_page_Left{height:auto; width: 100%; max-width: 788px;}
.Dcotrs_Details_page_Inner_Main{width: 100%; clear: both; padding: 10px 0px;}
.Doctrs_Deatils_head{padding: 20px 0px; margin: 80px 0 0 0px;	
}
.Doctrs_Deatils_head h1{font-size: 28px; color: #2e52a0;}
.Doctors_detail_page_Left p {font-size: 15px !important;}
.Doctors_Details_info_contr{width: 100%; clear: both; padding: 0px; margin: 10px 0px;
box-shadow: 0px 2px 15px rgba(44, 73, 100, 0.08);
    padding: 20px;
    min-height: 297px;
    border-radius: 10px;
    border: solid 1px #efefef;
}
.Doctors_Details_info_contr p{font-size: 15px;}
.Doctors_Details_info_contr h3{border-bottom: solid 1px #2e52a0; color: #2e52a0;
margin-top: 10px;	padding: 0 0 10px 0px;
font-size: 27px;}
.Right_DOctr{margin-right: 20px;}
.Doctors_head_Contr{background:#; }
.Treatment_list{margin: 100px 0 0 0px; width: 100%;  display: inline-block;}
.Treatment_list h2{padding: 10px 0px;}
.Treatment_lsit_box{height: 76px; padding: 10px; width: 31.5%; float: right;
    border-radius: 7px; margin:0 15px 30px 0px; 
    border: solid 1px #2e52a0;
	background: #f4f9fd;
    text-align: center;
	 transition: box-shadow .3s;
}
.Treatment_lsit_box:hover{box-shadow: 0 0 11px rgba(33,33,33,.2); background: #fff; }
.Treatment_lsit_box img{float: right;  width: 18%; margin: 0px 0 10px 0px; background: #464ceb; padding: 7px; 
border-radius: 5px;}
.Treatment_lsit_box h3{font-size: 16px !important; float: right; padding: 17px 20px 0 0px; font-weight: bold; text-align: center;}
.Treatment_lsit_box h3 a{color: #595ee7;}
.Contact_us_bottom{margin-top: 20px;
margin-bottom: 20px;
}

.Video-testimonial{width: 420px; height: auto; border-radius: 10px; background: #f1f7fd; padding: 10px; float: left; margin: 6px;}

lite-youtube {
    background-color: #000;
    position: relative;
    display: block;
    contain: content;
    background-position: center center;
    background-size: cover;
    cursor: pointer;
    max-width: 720px;
}

/* gradient */
lite-youtube::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAADGCAYAAAAT+OqFAAAAdklEQVQoz42QQQ7AIAgEF/T/D+kbq/RWAlnQyyazA4aoAB4FsBSA/bFjuF1EOL7VbrIrBuusmrt4ZZORfb6ehbWdnRHEIiITaEUKa5EJqUakRSaEYBJSCY2dEstQY7AuxahwXFrvZmWl2rh4JZ07z9dLtesfNj5q0FU3A5ObbwAAAABJRU5ErkJggg==);
    background-position: top;
    background-repeat: repeat-x;
    height: 60px;
    padding-bottom: 50px;
    width: 100%;
    transition: all 0.2s cubic-bezier(0, 0, 0.2, 1);
}

/* responsive iframe with a 16:9 aspect ratio
    thanks https://css-tricks.com/responsive-iframes/
*/
lite-youtube::after {
    content: "";
    display: block;
    padding-bottom: calc(100% / (16 / 9));
}
lite-youtube > iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border: 0;
}

/* play button */
lite-youtube > .lty-playbtn {
    display: block;
    /* Make the button element cover the whole area for a large hover/click target… */
    width: 100%;
    height: 100%;
    /* …but visually it's still the same size */
    background: no-repeat center/68px 48px;
    /* YT's actual play button svg */
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 68 48"><path d="M66.52 7.74c-.78-2.93-2.49-5.41-5.42-6.19C55.79.13 34 0 34 0S12.21.13 6.9 1.55c-2.93.78-4.63 3.26-5.42 6.19C.06 13.05 0 24 0 24s.06 10.95 1.48 16.26c.78 2.93 2.49 5.41 5.42 6.19C12.21 47.87 34 48 34 48s21.79-.13 27.1-1.55c2.93-.78 4.64-3.26 5.42-6.19C67.94 34.95 68 24 68 24s-.06-10.95-1.48-16.26z" fill="red"/><path d="M45 24 27 14v20" fill="white"/></svg>');
    position: absolute;
    cursor: pointer;
    z-index: 1;
    filter: grayscale(100%);
    transition: filter .1s cubic-bezier(0, 0, 0.2, 1);
    border: 0;
}

lite-youtube:hover > .lty-playbtn,
lite-youtube .lty-playbtn:focus {
    filter: none;
}

/* Post-click styles */
lite-youtube.lyt-activated {
    cursor: unset;
}
lite-youtube.lyt-activated::before,
lite-youtube.lyt-activated > .lty-playbtn {
    opacity: 0;
    pointer-events: none;
}

.lyt-visually-hidden {
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    width: 1px;
  }


