/*Fonts*/
@font-face {
  font-family: "Hanken Grotesk";
  src: url("../fonts/HankenGrotesk-Medium.eot");
  src: url("../fonts/HankenGrotesk-Medium.eot?#iefix") format("embedded-opentype"),
    url("../fonts/HankenGrotesk-Medium.woff2") format("woff2"),
    url("../fonts/HankenGrotesk-Medium.woff") format("woff"),
    url("../fonts/HankenGrotesk-Medium.ttf") format("truetype"),
    url("../fonts/HankenGrotesk-Medium.svg#HankenGrotesk-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Hanken Grotesk";
  src: url("../fonts/HankenGrotesk-ExtraBold.eot");
  src: url("../fonts/HankenGrotesk-ExtraBold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/HankenGrotesk-ExtraBold.woff2") format("woff2"),
    url("../fonts/HankenGrotesk-ExtraBold.woff") format("woff"),
    url("../fonts/HankenGrotesk-ExtraBold.ttf") format("truetype"),
    url("../fonts/HankenGrotesk-ExtraBold.svg#HankenGrotesk-ExtraBold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Hanken Grotesk";
  src: url("../fonts/HankenGrotesk-Regular.eot");
  src: url("../fonts/HankenGrotesk-Regular.eot?#iefix") format("embedded-opentype"),
    url("../fonts/HankenGrotesk-Regular.woff2") format("woff2"),
    url("../fonts/HankenGrotesk-Regular.woff") format("woff"),
    url("../fonts/HankenGrotesk-Regular.ttf") format("truetype"),
    url("../fonts/HankenGrotesk-Regular.svg#HankenGrotesk-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "merriweatherregular";
  src: url("../fonts/merriweather-regular-webfont.eot");
  src: url("../fonts/merriweather-regular-webfont.eot?#iefix") format("embedded-opentype"),
    url("../fonts/merriweather-regular-webfont.woff2") format("woff2"),
    url("../fonts/merriweather-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "merriweatherbold";
  src: url("../fonts/merriweather-bold-webfont.eot");
  src: url("../fonts/merriweather-bold-webfont.eot?#iefix") format("embedded-opentype"),
    url("../fonts/merriweather-bold-webfont.woff2") format("woff2"),
    url("../fonts/merriweather-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

/* Miscellanoeous */
p {
  font-family: "Hanken Grotesk";
}

body,
html {
  overflow-x: hidden;
  padding-right: 0 !important;
}

*:-moz-full-screen,
*:-webkit-full-screen,
*:fullscreen *:-ms-fullscreen {
  overflow: auto !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Hanken Grotesk";
}

ul {
  list-style-type: none !important;
  padding-left: 0;
  margin: 0;
}

a {
  outline: 0;
  transition: all 0.5s;
  color: #46bdf4;
}

a:link,
a:visited {
  text-decoration: none;
}

a:hover,
a:focus,
a:active {
  outline: none !important;
  text-decoration: none;
}

ul li {
  list-style: none;
}

p {
  font-family: "Hanken Grotesk";
  font-weight: 300 !important;
}

/* header start */
.header-contact {
  display: inline-flex;
}

.header-social ul {
  display: inline-flex;
}

.head-member-logo {
  display: inline-flex;
}


.header-contact {
  background-color: #1c4ca5;
  width: 1000px;
  padding-top: 12px;
  padding-left: 75px;
  clip-path: polygon(4% 0%, 100% 0, 100% 100%, 0% 100%);
}

.head-contact-phone p i {
  color: #fff;
  background-color: #00a8e2;
  padding: 6px 9px;
  border-radius: 50%;
  margin-right: 10px;
}

.head-contact-mail p i {
  color: #fff;
  background-color: #00a8e2;
  padding: 6px 9px;
  border-radius: 50%;
  margin-right: 10px;
}

.header-contact p {
  margin-bottom: 0px;
}

.head-contact-phone a {
  color: #fff;
  font-family: "Hanken Grotesk";
  font-weight: 1000 !important;
  font-size: 15px;
}

.head-member-logo {
  padding-bottom: 4px;
}

.head-contact-mail a {
  color: #fff;
  font-family: "Hanken Grotesk";
  font-weight: 400 !important;
}

.head-contact-phone a:hover {
  color: #fff;
}

.head-contact-mail a:hover {
  color: #fff;
}

.head-contact-phone {
  margin-right: 20px;
  padding-top: 5px;
}

.head-contact-mail {
  padding-top: 5px;
}

.header-social ul li i {
  height: 35px;
  width: 35px;
  background-color: #fff;
  text-align: center;
  border-radius: 50%;
  padding-top: 8px;
  margin-left: 10px;
  border: 2px solid #00a8e2;
}

.header-social ul li {
  transform: skewX(-30deg);
}

.header-social {
  transform: skewX(30deg);
}

.header-member-sec {
  display: inline-flex;
  float: right;
  padding-top: 8px;
  align-items: center;
}

.head-member-logo:nth-child(2) {
  gap: 15px;
}

.head-member-logo {
  width: 60%;
  margin-left: auto;
}

.header-bottom-menu-sec {
  background-color: #1c4ca5;
}

.menu ul li {
  display: inline-block;
}

.menu ul li::after {
  content: "";
  display: block;
  width: 0;
  height: 3px;
  background: #00a8e2;
  transition: width 0.2s;
}

.menu ul li:hover::after {
  width: 100%;
  transition: width 0.3s;
}

.menu ul li a {
  color: #fff;
  font-family: "Hanken Grotesk";
  font-weight: 400 !important;
}

.menu ul li {
  display: inline-block;
  padding-right: 38px;
  padding-top: 15px;
  font-size: 14px;
}

.menu ul {
  padding-left: 0px;
}

.menu ul li:nth-child(10) {
  padding-right: 0px;
}

.header-logo {
  padding: 23px 0px;
}

.header-logo {
  width: 90%;
}

nav.menu ul>li.cr-dropdown>a:after {
  content: "\f107";
  font-family: "FontAwesome";
  font-size: 14px;
  padding-left: 5px;
}

nav.menu ul>li.cr-dropdown li.cr-sub--dropdown>a:after {
  content: "\f105";
  float: right;
}

.menu ul li ul.cr-dropdown-menu li:before {
  display: none !important;
}

nav.menu ul li ul.cr-dropdown-menu {
  position: absolute;
  width: 200px;
  background: #1c4ca5;
  height: auto;
  margin-top: 19px;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0px 0px;
  -webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  -webkit-transform: translateY(30px);
  -moz-transform: translateY(30px);
  -ms-transform: translateY(30px);
  -o-transform: translateY(30px);
  transform: translateY(30px);
  opacity: 0;
  visibility: hidden;
  z-index: 99;
}

nav.menu ul li ul.cr-dropdown-menu.media-menu {
  width: 125px;
}

nav.menu ul li ul.cr-dropdown-menu li {
  width: 100%;
  padding: 0;
  display: block;
  position: relative;
  text-align: center;
  z-index: -1;
}

nav.menu ul li ul.cr-dropdown-menu li a {
  display: block;
  padding: 4px 10px;
  font-size: 15px;
  color: #fff !important;
  font-weight: 500;
  position: relative;
  text-align: left;
}

nav.menu ul li ul.cr-dropdown-menu li a:before {
  content: "";
  left: 0;
  top: 50%;
  height: 2px;
  width: 0;
  background: none;
  position: absolute;
  margin-top: -3px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

nav.menu ul li ul.cr-dropdown-menu ul {
  left: 201px;
  top: -19px;
  width: 228px;
}

/* nav.menu ul li ul.cr-dropdown-menu li :hover{
background-color: #009846;
} */
nav.menu ul li ul.cr-dropdown-menu li:hover>a {
  color: #1c4ca5 !important;
  background-color: #fff !important;
}

nav.menu ul li ul.cr-dropdown-menu li:hover>a:before {
  width: 10px;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}

nav.menu ul li ul.cr-dropdown-menu li ul.cr-sub--dropdown-menu {
  left: 100%;
  top: 0;
  z-index: 99;
}

nav.menu ul li:hover>ul.cr-dropdown-menu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

/* ---- sick slider arrow style start ----*/
/*Banner*/
.hero-2 {
  background-position: center center;
  background-size: cover;
}

.slider-arrow-style.slick-slider .slick-arrow {
  top: 70%;
  width: 30px;
  height: 30px;
  color: white;
  font-size: 13px;
  text-align: center;
  z-index: 1;
  cursor: pointer;
  display: block;
  position: absolute;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  /* background-color: #8ac53e; */
  line-height: 24px;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
  border: 0px;
  outline: none !important;
  background-color: #00aae4;
}

.slider-arrow-style.slick-slider .slick-arrow.slick-prev {
  left: 50px;
}

.slider-arrow-style.slick-slider .slick-arrow.slick-prev i {
  padding-right: 2px;
  display: block;
}

.slider-arrow-style.slick-slider .slick-arrow.slick-next {
  right: 50px;
}

.slider-arrow-style.slick-slider .slick-arrow.slick-next i {
  padding-left: 2px;
  display: block;
}

.slider-arrow-style.slick-slider .slick-arrow:hover {
  color: #133553;
  background-color: #ffffff;
}

.slider-arrow-style.slick-slider:hover .slick-arrow {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  visibility: visible;
}

.slider-arrow-style.slick-slider:hover .slick-arrow.slick-prev {
  left: 50px;
}

.slider-arrow-style.slick-slider:hover .slick-arrow.slick-next {
  right: 50px;
}

.index-banner {
  background-size: cover;
  background-position: center top;
  height: 750px !important;
}

.index-banner.one {
  background-image: url(../images/banner-two.png);
}

.index-banner.two {
  background-image: url(../images/banner-three.png);
}

.index-banner.three {
  background-image: url(../images/banner-four.png);
}

.index-banner.four {
  background-image: url(../images/banner-five.png);
}


/*--------- slick slider dot style start -------*/

.banner-content {
  background-color: #005fad;
  position: absolute;
  left: -34px;
  width: 640px;
  padding-left: 115px;
  color: #fff;
  clip-path: polygon(0 0, 87% 0, 100% 100%, 0% 100%);
  padding-top: 50px;
  padding-bottom: 50px;
  margin-top: -100px;
}

.banner-content h1 {
  font-family: "Hanken Grotesk";
  font-weight: 400 !important;
  margin-bottom: 0px;
  font-size: 36px;
}

.banner-content h2 {
  transform: skewX(-10deg);
  font-family: "Hanken Grotesk";
  font-weight: 900 !important;
  font-size: 40px;
}

.banner-content h1 span {
  font-family: "Hanken Grotesk";
  font-weight: 900 !important;

}

.home-indro-sec {
  background-color: #f2f6ff;
  padding: 30px 0px;
}

.home-indro-content h2 {
  color: #2e3191;
  font-family: "merriweatherbold";
  font-size: 28px;
}

.home-indro-content p {
  letter-spacing: 0.48px;
  font-size: 16px;
  line-height: 28px;
  text-align: justify;
}

.marquee {
  background-color: #005fad;
  color: #ffffff;
  border: 3px solid #005fad;
  padding: 3px 0;
}

.marquee p {
  margin-bottom: 0px;
}

.home-doc-desig {
  width: 70%;
  background-color: #ec1c24;
  color: #fff;
  text-align: center;
  margin: auto;
  margin-top: auto;
  margin-top: -20px;
  position: relative;
  border-radius: 6px;
  padding: 13px 0px;
}

.home-indro-img {
  width: 65%;
  margin: auto;
  text-align: center;
}

.home-doc-desig a h5 {
  font-family: "merriweatherbold";
  color: #fff;
}

.home-doc-desig a p {
  margin-bottom: 5px;
  font-size: 13px;
  font-family: "poppinsregular";
  color: #fff;
}

.home-doc-desig a h6 {
  font-family: "merriweatherbold";
  color: #fff;
}

.home-indro-content {
  padding: 50px 0px;
}

.h-service-hov-con-box {
  position: relative;
  overflow: hidden;
}

.h-service-hov-con-box:after {
  position: absolute;
  border-radius: 6px;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: 0.5s;
  background-color: #2e3191;
  opacity: 0;
}

.h-service-hov-con-box .h-service-hover-box {
  position: absolute;
  top: 0%;
  left: 0;
  width: 100%;
  transition: all 0.5s;
  color: #fff;
  opacity: 0;
  visibility: hidden;
  z-index: 1;
}

.h-service-hov-con-box:hover .h-service-hover-box {
  top: 50%;
  transform: translate(0, -50%);
  opacity: 1;
  visibility: visible;
}

.h-service-hov-con-box:hover:after {
  opacity: 1;
}

.h-service-box {
  background: #ffffff;
  border-radius: 6px;
  position: relative;
  display: block;
}

.h-service-hover-content h6 {
  letter-spacing: 0.52px;
  font-family: "merriweatherbold";
  font-size: 25px;
}

.h-service-hover-content {
  padding: 45px;
}

.our-doc-hover-btn a {
  padding: 9px 13px;
  background-color: #fff;
  border-radius: 6px;
  letter-spacing: 0px;
  color: #2e3191;
  text-transform: uppercase;
  font-size: 14px;
  font-family: "Hanken Grotesk";
  font-weight: 800 !important;
}

.h-service-hover-content p {
  padding: 10px 0px;
  text-align: justify;
}

.title h2 {
  letter-spacing: 0.36px;
  color: #2e3191;
  font-family: "merriweatherbold";
  font-weight: 900 !important;
}

.home-service.title h2 {
  font-weight: 900 !important;
  padding-top: 20px;
}

.home-service-sec {
  padding: 40px 0px;
}

.h-service-hov-con-box {
  margin-bottom: 25px;
}

.home-doc-deg-box h5 {
  color: #2e3191;
  font-family: "Hanken Grotesk";
  font-weight: 600 !important;
}

.home-doc-deg-box h6 {
  letter-spacing: 0.36px;
  color: #191919;
  font-family: "Hanken Grotesk";
  font-weight: 600 !important;
}

.home-doc-deg-box p {
  letter-spacing: 0.36px;
  color: #191919;
  font-size: 10px;
  margin-bottom: 2px;
  font-family: "Hanken Grotesk";
  font-weight: 600 !important;
}

.home-doc-deg-box {
  text-align: center;
  padding: 15px 0px;
  transition: all 0.5s;
  min-height: 122px;
}

.home-doctor-box {
  box-shadow: 0px 0px 13px #00000045;
  transition: all 0.5s;
}

.home-doctor-box:hover .home-doc-deg-box {
  background-color: #1c4ca5;
}

.home-doctor-box:hover .home-doc-deg-box h5 {
  color: #fff;
}

.home-doctor-box:hover .home-doc-deg-box h6 {
  color: #fff;
}

.home-doctor-box:hover .home-doc-deg-box p {
  color: #fff;
}

.home-testimonial-sec {
  background-image: url(../images/testimonial-bg.png);
  background-size: cover;
  margin-left: -18px;
  margin-right: -18px;
  padding: 60px 0px;
}

.testimonial-content-author-name p {
  margin-bottom: 0px;
  padding-top: 0px !important;
}

/*.testimonial-content-box p {*/
/*  padding-top: 20px;*/
/*}*/

.testimonial-content-box {
  text-align: center;
  background-color: #fff;
  padding: 30px;
  border-radius: 4px;
  min-height: 212px;
}

.testimonial-content-author-name h6 {
  margin-bottom: 0px;
  padding-top: 10px;
  letter-spacing: 0px;
  color: #191919;
  font-family: "merriweatherbold";
}

.testimony-carousel .owl-prev {
  position: absolute;
  left: -55px;
  top: 42%;
  color: #2e3191 !important;
  padding: 0px 10px !important;
  font-size: 20px !important;
}

.testimony-carousel .owl-next {
  position: absolute;
  top: 42%;
  color: #2e3191 !important;
  padding: 0px 10px !important;
  font-size: 20px !important;
  right: -55px;
}

.home-testimonial.title h2 {
  color: #fff;
  font-weight: 900 !important;
  padding: 10px 0px;
}

.home-doctor-sec {
  padding-bottom: 45px;
}

.photo-carousel .owl-prev {
  position: absolute;
  left: 40px;
  top: 40%;
  color: #fff !important;
  padding: 0px 10px !important;
  font-size: 20px !important;
  background-color: #2e3191 !important;
}

.photo-carousel .owl-next {
  position: absolute;
  top: 40%;
  color: #fff !important;
  padding: 0px 10px !important;
  font-size: 20px !important;
  background-color: #2e3191 !important;
  right: 40px;
}

.video-carousel .owl-prev {
  position: absolute;
  left: 40px;
  top: 35%;
  color: #fff !important;
  padding: 0px 10px !important;
  font-size: 20px !important;
  background-color: #2e3191 !important;
}

.video-carousel .owl-next {
  position: absolute;
  top: 35%;
  color: #fff !important;
  padding: 0px 10px !important;
  font-size: 20px !important;
  background-color: #2e3191 !important;
  right: 40px;
}

.owl-theme .owl-controls .owl-nav [class*="owl-"]:hover {
  background: #2e3191;
  color: #fff !important;
  text-decoration: none;
}

.home-gallery-sec {
  padding-top: 45px;
  padding-bottom: 25px;
}

.home-video-carousel-gallery-sec {
  padding: 20px 0px;
}

.video-gal-content {
  box-shadow: 0px 0px 13px #00000045;
  padding: 20px;
  min-height: 90px;
}

.video-gal-content h5 {
  margin-bottom: 0px;
  text-align: center;
}

.home-faclities-sec {
  background-image: url(../images/faclities-bg.png);
  background-size: cover;
  margin-left: -18px;
  margin-right: -18px;
  padding: 60px 0px;
}

.home-faclities.title h2 {
  color: #fff;
}

.faclities-content-box {
  box-shadow: 0px 0px 12px #00000033;
  background-color: #fff;
  text-align: center;
  padding: 20px 10px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  transition: all 0.5s;
}

.faclities-img-box img {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}

.home-faclities-box {
  margin-bottom: 25px;
  transition: all 0.5s;
}

.faclities-content-box h5 {
  letter-spacing: 0.56px;
  color: #191919;
  font-family: "Hanken Grotesk";
  font-weight: 700 !important;
}

.home-faclities-box:hover .faclities-content-box {
  background-color: #2e3191;
}

.home-faclities-box:hover .faclities-content-box h5 a {
  color: #fff;
}

.home-faclities.title h2 {
  padding: 15px 0px;
  margin-bottom: 0px;
}

.home-appointment-form {
  background-color: #00aae4;
  border-radius: 4px;
  padding: 25px;
}

::placeholder {
  font-family: "Hanken Grotesk";
  font-weight: 700 !important;
  letter-spacing: 0.48px;
  color: #191919;
}

.contactus-btn {
  background-color: #2e3191;
  border: 2px solid #2e3191;
  border-radius: 8px;
  color: #fff;
  padding: 6px 40px;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  font-family: "Hanken Grotesk";
  font-weight: 700 !important;
}

.appointment-form-sec {
  padding: 82px 0px;
}

.quick-link-title {
  display: flex;
  align-items: center;
}

.quick-link-title .line {
  height: 2px;
  flex: 1;
  background-color: #00aae4;
  margin-top: -8px;
}

.footer-sec {
  background-color: #0b2e4b;
  color: #fff;
}

.quick-links-submenu {
  display: inline-flex;
  gap: 80px;
}

.quick-links-menu {
  display: inline-flex;
  gap: 80px;
}

.quick-link-title h4 {
  letter-spacing: 0.22px;
  color: #00aae4 !important;
  text-transform: uppercase;
  padding-right: 20px;
  font-family: "Hanken Grotesk";
  font-weight: 600 !important;
}

.quick-line {
  height: 2px;
  flex: 1;
  background-color: #00aae4;
  margin-top: 20px;
}

.quick-link p {
  margin-bottom: 6px;
  letter-spacing: 0.18px;
  font-size: 14px;
}

.quick-link p a {
  color: #fff;
}

.quick-link p a:hover {
  color: #fff;
}

.quick-link i {
  position: absolute;
  margin-left: -32px;
  font-size: 20px;
  margin-top: 2px;
  color: #fff;
}

*>.fa.fa-hover-show,
*:hover>.fa.fa-hover-hidden {
  display: none;
}

*:hover>.fa.fa-hover-show {
  display: inline-block;
  color: #00aae4;
}

.quick-link-home ul li p {
  font-size: 20px;
  letter-spacing: 0.22px;
  font-family: "Hanken Grotesk";
  font-weight: 600 !important;
}

.quick-link-home ul li p a {
  color: #fff;
}

.quick-link-home ul li p a:hover {
  color: #fff;
}

.quick-link-home ul li:nth-child(5) {
  margin-bottom: 0px;
}

.quick-link-home ul li {
  margin-bottom: 58px;
}

.quick-link-home ul {
  padding-left: 0px;
}

.footer-sec {
  padding: 35px 0px;
}

.accordion-footer {
  display: none;
}

.quick-link h4 {
  font-size: 19px;
  margin-bottom: 18px;
  letter-spacing: 0.22px;
  font-family: "Hanken Grotesk";
  font-weight: 500 !important;
  color: #fff;
}

.footer-social ul li i {
  position: absolute;
  margin-left: -25px;
  margin-top: 5px;
}

.footer-bottom-sec {
  padding-top: 35px;
}

.goog-te-gadget img {
  vertical-align: middle;
  border: none;
  display: none !important;
}

.goog-te-gadget-icon {
  margin-left: 2px;
  margin-right: 2px;
  width: 0px !important;
  height: 0px !important;
  border: none;
  vertical-align: middle;
}

.footer-callus-sec ul li pre {
  letter-spacing: 0.22px;
  font-size: 15px;
  font-family: "Hanken Grotesk";
  font-weight: 300 !important;
}

.footer-callus-sec ul {
  padding-left: 0px;
}

.footer-callus-sec ul li p.f-call-number {
  position: absolute;
  margin-left: 205px;
  margin-top: -42px;
}

.footer-logo-sec p {
  letter-spacing: 0.17px;
  text-align: center;
  padding-top: 10px;
  font-size: 14px;
  margin-bottom: 0px;
}

.footer-logo-sec {
  width: 92%;
}

.footer-bottom-sec h4 {
  letter-spacing: 0.22px;
  color: #00aae4 !important;
  font-size: 18px;
  font-family: "Hanken Grotesk";
  font-weight: 500 !important;
  margin-bottom: 15px;
}
.h-service-content-title-box h6 {
  letter-spacing: 0.52px;
  font-family: "merriweatherbold";
  font-size: 20px;
  padding: 15px;
  color: #fff;
}
.h-service-content-title-box {
  background-color: #2e3191;
  position: relative;
  margin: -80px 20px 20px 20px;
  text-align: center;
  border-radius: 4px;
}
.footer-callus-sec ul li p {
  margin-bottom: 20px;
  font-weight: 1000 !important;
}

.footer-callus-sec ul li a {
  color: #fff;
}

.footer-mail-sec a {
  color: #fff;
}

.footer-mail-sec a:hover {
  color: #fff;
}

.footer-address-sec {
  padding-top: 40px;
}

.footer-address-sec a {
  color: #fff;
}

.footer-address-sec a:hover {
  color: #fff;
}

.footer-address-sec p {
  margin-bottom: 0px;
  font-size: 15px;
}

.copyright {
  background-color: #105590;
  padding: 10px 0px;
  position: relative;
  z-index: 100;
}

.copy-right-content p {
  margin-bottom: 0px;
  color: #fff;
  letter-spacing: 0.36px;
}

.copy-right-content p a {
  margin-bottom: 0px;
  color: #fff;
  letter-spacing: 0.36px;
}

.copy-para-right {
  float: right;
  margin-top: -22px;
}

.footer-social ul li p {
  margin-bottom: 22px;
}

.footer-social ul li p a {
  color: #fff;
}

.footer-social ul li p a:hover {
  color: #fff;
}

option {
  background-image: url(../images/dropdown-logo.png);
}

.language-picker {
  display: inline-block;
  position: relative;
}

.js .language-picker__form {
  display: none;
}

.language-picker__button .icon {
  height: 22px;
  width: 30px;
  margin-left: 0.25rem;
  margin-left: var(--space-xxxs);
}

.language-picker__button em {
  letter-spacing: 0px;
  color: #191919;
  font-family: "Hanken Grotesk";
  font-weight: 500 !important;
  font-style: inherit;
  font-size: 18px;
}

.language-picker__dropdown {
  position: absolute;
  left: 0;
  top: 100%;
  width: 200px;
  background-color: #fff;
  background-color: var(--color-bg);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2), 0 1px 8px rgba(0, 0, 0, 0.1);
  box-shadow: var(--shadow-sm);
  padding: 0.375rem 0;
  padding: var(--space-xxs) 0;
  border-radius: 0.25em;
  z-index: 4;
  z-index: var(--zindex-popover);
  --space-unit: 1rem;
  --space-xxxxs: 0.125rem;
  --space-xxxs: 0.25rem;
  --space-xxs: 0.375rem;
  --space-xs: 0.5rem;
  --space-sm: 0.75rem;
  --space-md: 1.25rem;
  --space-lg: 2rem;
  --space-xl: 3.25rem;
  --space-xxl: 5.25rem;
  --space-xxxl: 8.5rem;
  --space-xxxxl: 13.75rem;
  --component-padding: 1.25rem;
  --component-padding: var(--space-md);
  font-size: 1rem;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s 0.2s, opacity 0.2s, -webkit-transform 0.2s ease-out;
  transition: visibility 0s 0.2s, opacity 0.2s, transform 0.2s ease-out;
  transition: visibility 0s 0.2s, opacity 0.2s, transform 0.2s ease-out,
    -webkit-transform 0.2s ease-out;
}

.language-picker__button[aria-expanded="true"]+.language-picker__dropdown {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(4px);
  -ms-transform: translateY(4px);
  transform: translateY(4px);
  transition: opacity 0.2s, -webkit-transform 0.2s ease-out;
  transition: opacity 0.2s, transform 0.2s ease-out;
  transition: opacity 0.2s, transform 0.2s ease-out,
    -webkit-transform 0.2s ease-out;
}

.language-picker__item {
  text-decoration: none;
  padding: 0.5em 2em 0.5em 1.25em;
  padding: var(--space-xs) var(--space-lg) var(--space-xs) var(--space-md);
  color: #313135;
  color: var(--color-contrast-high);
}

.language-picker__item span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.language-picker__item:hover {
  background-color: #f2f2f2;
  background-color: var(--color-contrast-lower);
}

.language-picker__item[aria-selected="true"] {
  position: relative;
  background-color: #2a6df4;
  background-color: var(--color-primary);
  color: #fff;
  color: var(--color-white);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.language-picker__item.language-picker__flag {
  padding: 10px 0px;
  position: relative;
}

.language-picker__list {
  padding-left: 0px;
}

.language-picker__dropdown {
  background-color: #fff;
  z-index: 1;
  padding-top: 0px !important;
  padding-left: 10px;
  padding-bottom: 0px;
}

.switch-language-drop {
  padding-top: 13px;
}

.language-picker__item[aria-selected="true"]::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 16px;
  width: 16px;
  right: 0.75rem;
  right: var(--space-sm);
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAxNiAxNic+PHBvbHlsaW5lIHN0cm9rZS13aWR0aD0nMScgc3Ryb2tlPScjZmZmZmZmJyBmaWxsPSdub25lJyBzdHJva2UtbGluZWNhcD0ncm91bmQnIHN0cm9rZS1saW5lam9pbj0ncm91bmQnIHBvaW50cz0nMSw5IDUsMTMgMTUsMyAnLz48L3N2Zz4=);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.language-picker__flag {
  display: block;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.language-picker__flag::before {
  display: inline-block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  content: "";
  height: 30px;
  width: 50px;
  margin-right: 0.375rem;
  margin-right: var(--space-xxs);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin-right: 10px;
}

.language-picker__button.btn.btn--subtle {
  background-color: #fff;
  border: 1px solid #8d8d91;
  padding: 0px;
  border-radius: 0px;
}

.language-picker__dropdown .language-picker__flag::before {
  margin-right: 0.5rem;
  margin-right: var(--space-xs);
}

.language-picker__flag--deutsch::before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA0OCA0OCc+PHBhdGggZD0nTTQ4LDE4SDBWOGMwLTEuMTA1LDAuODk1LTIsMi0yaDQ0YzEuMTA1LDAsMiwwLjg5NSwyLDJWMTh6Jy8+PHJlY3QgeT0nMTgnIGZpbGw9JyNFRTAwMDAnIHdpZHRoPSc0OCcgaGVpZ2h0PScxMicvPjxwYXRoIGZpbGw9JyNGRENGMDAnIGQ9J000OCw0MGMwLDEuMTA1LTAuODk1LDItMiwySDJjLTEuMTA1LDAtMi0wLjg5NS0yLTJWMzBoNDhWNDB6Jy8+PC9zdmc+);
}

.language-picker__flag--english::before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA0OCA0OCc+PHBhdGggZmlsbD0nIzAwMjc4MScgZD0nTTQ2LDZIMkMwLjg5Niw2LDAsNi44OTYsMCw4djMyYzAsMS4xMDQsMC44OTYsMiwyLDJoNDRjMS4xMDQsMCwyLTAuODk2LDItMlY4QzQ4LDYuODk2LDQ3LjEwNCw2LDQ2LDZ6Jy8+PHBhdGggZmlsbD0nI0U2RTZFNicgZD0nTTQ4LDhjMC0xLjEwNC0wLjg5Ni0yLTItMmgtNS4xNjFMMjgsMTUuODc2VjZoLTh2OS44NzZMNy4xNjEsNkgyQzAuODk2LDYsMCw2Ljg5NiwwLDh2Mi41ODZMMTIuMjM5LDIwSDB2OCBoMTIuMjM5TDAsMzcuNDE1VjQwYzAsMS4xMDQsMC44OTYsMiwyLDJoNS4xNjFMMjAsMzIuMTI0VjQyaDh2LTkuODc2TDQwLjgzOSw0Mkg0NmMxLjEwNCwwLDItMC44OTYsMi0ydi0yLjU4NUwzNS43NjEsMjhINDh2LTggSDM1Ljc2MUw0OCwxMC41ODZWOHonLz48cG9seWdvbiBmaWxsPScjRDEwRDI0JyBwb2ludHM9JzQ4LDIyIDI2LDIyIDI2LDYgMjIsNiAyMiwyMiAwLDIyIDAsMjYgMjIsMjYgMjIsNDIgMjYsNDIgMjYsMjYgNDgsMjYgJy8+PHBhdGggZmlsbD0nI0QxMEQyNCcgZD0nTTQ3LjAwMSw2LjMwN0wyOS4yLDIwaDMuMjhMNDgsOC4wNjJWOEM0OCw3LjI2OCw0Ny41ODcsNi42NTYsNDcuMDAxLDYuMzA3eicvPjxwYXRoIGZpbGw9JyNEMTBEMjQnIGQ9J00zMi40OCwyOEgyOS4ybDE3LjgwMSwxMy42OTNDNDcuNTg3LDQxLjM0NCw0OCw0MC43MzIsNDgsNDB2LTAuMDYyTDMyLjQ4LDI4eicvPjxwYXRoIGZpbGw9JyNEMTBEMjQnIGQ9J00xNS41MiwyOEwwLDM5LjkzOFY0MGMwLDAuNzMyLDAuNDEzLDEuMzQ0LDAuOTk5LDEuNjkzTDE4LjgsMjhIMTUuNTJ6Jy8+PHBhdGggZmlsbD0nI0QxMEQyNCcgZD0nTTE1LjUyLDIwaDMuMjhMMC45OTksNi4zMDdDMC40MTMsNi42NTYsMCw3LjI2OCwwLDh2MC4wNjJMMTUuNTIsMjB6Jy8+PC9zdmc+);
}

.language-picker__flag--francais::before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA0OCA0OCc+PHBhdGggZmlsbD0nIzAxMjA5RicgZD0nTTE2LDQySDJjLTEuMTA1LDAtMi0wLjg5NS0yLTJWOGMwLTEuMTA1LDAuODk1LTIsMi0yaDE0VjQyeicvPjxwYXRoIGZpbGw9JyNFRjQyMzQnIGQ9J000OCw0MGMwLDEuMTA1LTAuODk1LDItMiwySDMyVjZoMTRjMS4xMDUsMCwyLDAuODk1LDIsMlY0MHonLz48cmVjdCB4PScxNicgeT0nNicgZmlsbD0nI0U2RTZFNicgd2lkdGg9JzE2JyBoZWlnaHQ9JzM2Jy8+PC9zdmc+);
}

.language-picker__flag--italiano::before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA0OCA0OCc+PHBhdGggZmlsbD0nIzAwOTM0NScgZD0nTTE2LDQySDJjLTEuMTA1LDAtMi0wLjg5NS0yLTJWOGMwLTEuMTA1LDAuODk1LTIsMi0yaDE0VjQyeicvPjxwYXRoIGZpbGw9JyNDRjJCMzYnIGQ9J000OCw0MGMwLDEuMTA1LTAuODk1LDItMiwySDMyVjZoMTRjMS4xMDUsMCwyLDAuODk1LDIsMlY0MHonLz48cmVjdCB4PScxNicgeT0nNicgZmlsbD0nI0U2RTZFNicgd2lkdGg9JzE2JyBoZWlnaHQ9JzM2Jy8+PC9zdmc+);
}

.language-picker--hide-label .language-picker__button .icon {
  margin-left: 0;
}

.language-picker--hide-label .language-picker__button em {
  display: none;
}

.language-picker--hide-label .language-picker__button .language-picker__flag::before {
  margin-right: 0.25rem;
  margin-right: var(--space-xxxs);
}

.accordion-button::after {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  content: "";
  background-image: url("../images/footer-arrow.png") !important;
  background-repeat: no-repeat;
  background-size: 1.25rem;
  transition: transform 0.2s ease-in-out;
  transform: rotate(90deg) !important;
}

.accordion-button:not(.collapsed)::after {
  background-image: url("../images/footer-arrow.png") !important;
  transform: rotate(-90deg) !important;
}

/* page banner start */
/* vide gallery page start */
.h-video-hov-con-box {
  position: relative;
  overflow: hidden;
}

.h-video-hov-con-box::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: 0.5s;
  background-color: rgba(46, 49, 145, 0.8);
  opacity: 0;
}

.h-video-hov-con-box .h-video-hover-box {
  position: absolute;
  top: 0%;
  left: 0;
  width: 100%;
  transition: all 0.5s;
  color: #fff;
  opacity: 0;
  visibility: hidden;
  z-index: 1;
}

.home-video-title-content h6 {
  color: #2e3191;
  text-align: center;
  padding: 10px 20px;
  min-height: 96px;
}

.home-video-title-content {
  box-shadow: 0px 0px 13px #00000045;
  background-color: #fff;
  min-height: 98px;
}

.h-video-hov-con-box:hover .h-video-hover-box {
  top: 50%;
  transform: translate(0, -50%);
  opacity: 1;
  visibility: visible;
}

.h-video-hov-con-box:hover:after {
  opacity: 1;
}

.h-video-hover-content i {
  font-size: 21px;
  transition: all 0.3s ease 0s;
  text-align: center;
  color: #ff0000;
  height: 46px;
  width: 46px;
  background-color: #fff;
  padding-top: 12px;
  border-radius: 50%;
}

.home-photo-gallery-sec .h-video-hover-content i {
  font-size: 21px;
  transition: all 0.3s ease 0s;
  text-align: center;
  color: #0e4677;
  height: 46px;
  width: 46px;
  background-color: #fff;
  padding-top: 10px;
  border-radius: 50%;
}

.h-video-hover-content {
  padding: 20px;
  text-align: center;
}

.h-video-hover-content p {
  color: #fff;
  font-size: 20px;
  line-height: 26px;
}

.page-banner-sec {
  background-image: url(../images/page-banner.png);
  background-size: cover;
  min-height: 250px;
}

.pagebanner-title h1 {
  padding-top: 100px;
  letter-spacing: 0.36px;
  color: #0e4677;
  font-family: "Hanken Grotesk";
  font-weight: 600 !important;
}

/* photo gallery page start */
.h-photo-hov-con-box {
  position: relative;
  overflow: hidden;
}

.h-photo-hov-con-box::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: 0.5s;
  background-color: rgba(46, 49, 145, 0.8);
  opacity: 0;
}

.h-photo-hov-con-box .h-photo-hover-box {
  position: absolute;
  top: 0%;
  left: 0;
  width: 100%;
  transition: all 0.5s;
  color: #fff;
  opacity: 0;
  visibility: hidden;
  z-index: 1;
}

.home-photo-title-content h6 {
  color: #2e3191;
  text-align: center;
  padding: 10px 20px;
}

.home-photo-title-content {
  box-shadow: 0px 0px 13px #00000045;
  background-color: #fff;
  min-height: 70px;
}

.h-photo-hov-con-box:hover .h-photo-hover-box {
  top: 50%;
  transform: translate(0, -50%);
  opacity: 1;
  visibility: visible;
}

.h-photo-hov-con-box:hover:after {
  opacity: 1;
}

.h-photo-hover-content i {
  font-size: 21px;
  transition: all 0.3s ease 0s;
  text-align: center;
  color: #2e3191;
  height: 46px;
  width: 46px;
  background-color: #fff;
  padding-top: 12px;
  border-radius: 50%;
}

.home-photo-gallery-sec .h-photo-hover-content i {
  font-size: 21px;
  transition: all 0.3s ease 0s;
  text-align: center;
  color: #0e4677;
  height: 46px;
  width: 46px;
  background-color: #fff;
  padding-top: 10px;
  border-radius: 50%;
}

.h-photo-hover-content {
  padding: 20px;
  text-align: center;
}

.h-photo-hover-content p {
  color: #fff;
  font-size: 20px;
  line-height: 26px;
}

.photogal-content-box {
  box-shadow: 0px 0px 13px #00000045;
  padding: 15px;
  text-align: center;
  color: #2e3191;
}

.photogal-content-box h5 {
  color: #2e3191;
}

.testimonial-page-content-box {
  box-shadow: 0px 0px 13px #00000045;
  padding: 25px;
}

.testimonial-name-box p {
  margin-bottom: 0px;
}

.testimonial-name-box h5 {
  margin-bottom: 0px;
  color: #2e3191;
}

.contactus-contact-icon {
  height: 50px;
  width: 50px;
  background-color: #2e3191;
  color: #fff;
  text-align: center;
  margin: auto;
  border-radius: 50%;
  font-size: 20px;
  padding-top: 9px;
}

.contactus-contact-box {
  box-shadow: 0px 0px 13px #00000045;
  background-color: #fff;
  padding: 15px;
  min-height: 208px;
  margin-bottom: 25px;
}

.contactus-contact-content h6 {
  color: #191919;
}

.contactus-contact-content h6 a {
  color: #191919;
}

.contactus-contact-content p {
  color: #2e3191;
  padding-top: 20px;
  font-size: 20px;
}

.contact-page-sec {
  background-color: #f2f6ff;
}

.dropdown:hover .sub-dropdown {
  display: block;
  position: absolute;
  top: 0;
  left: 100%;
}

.sub-dropdown {
  display: none;
  position: absolute;
  top: 0;
  left: 100%;
  background-color: #1c4ca5;
  border: 1px solid #ccc;
  color: rgb(255, 255, 255) !important;
  z-index: 1;
  width: auto;
}

.sub-dropdown li {
  display: block;
  color: black !important;
}

.sub-dropdown li a {
  padding: 10px;
  color: #333 !important;
  text-decoration: none;
}

.sub-dropdown li:hover {
  background-color: #f2f2f2;
  color: black !important;
}

p {
  font-weight: 500 !important;
  font-size: 15px;
}

.textJustify {
  text-align: justify;
}

.bglightBlue {
  background: #d5f0f8 0% 0% no-repeat padding-box;
}



.docImg {
  width: 100% !important;
  height: 442px !important;
  object-fit: cover !important;
}

h4 {
  color: #00267a !important;
  font-weight: bold !important;
}

@media (min-width: 992px) and (max-width: 1400px) {
  .docImg {
    width: 100% !important;
    height: 272px !important;
    object-fit: fill;
  }
}



.home-doctor-box:hover .home-doc-deg-box {
  background-color: #1c4ca5;
  height: 100px !important;
}

.facilityContent {
  color: black;
}

footer h4 {
  color: white !important;
}

.head-nav h4 {
  color: white !important;
}

.form-control::placeholder {
  letter-spacing: 0.48px;
  color: #191919 !important;
}

.home-appointment-form #date {
  letter-spacing: 0.48px;
  color: #191919 !important;
  font-weight: bold;
}

.header-social ul li:nth-child(1) i {
  color: #3b5998;
}

.header-social ul li:nth-child(2) i {
  color: #c4302b;
}

.header-social ul li:nth-child(3) i {
  color: #962fbf;
}

.icon-bar {
  position: fixed;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.icon-bar a {
  display: block;
  text-align: center;
  padding: 16px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
}

.icon-bar a:hover {
  background-color: #000;
}

.facebook {
  background: #3b5998;
  color: white;
}

.twitter {
  background: #55acee;
  color: white;
}

.google {
  background: #0510a5;
  color: white;
}

.linkedin {
  background: #007bb5;
  color: white;
}

.youtube {
  background: #bb0000;
  color: white;
}

.content {
  margin-left: 75px;
  font-size: 30px;
}

.mediaIconss {
  display: none;
}

.mediaBg:hover span {
  visibility: visible;
}

.footer {
  position: relative;
}

.whatsappIcon {
  width: 50px;
  height: 50px;
  background-color: #25d366 !important;
  border-radius: 50%;
  position: fixed;
  right: 18px;
  bottom: 25px;
  z-index: 999;
  color: white;
  transition: 0.3s;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.whatsApp {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 35px;
  transform: translate(-50%, -50%);
}

.whatsappIcon:hover {
  color: #25d366;
  background-color: #fff !important;
  transition: 0.3s;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.sticky-icon {
  z-index: 999;
  position: fixed;
  top: 30%;
  right: 0%;
  width: 220px;
  display: flex;
  flex-direction: column;
}

.sticky-icon a {
  transform: translate(160px, 0px);
  border-radius: 50px 0px 0px 50px;
  text-align: left;
  margin: 2px;
  text-decoration: none;
  text-transform: uppercase;
  padding: 10px 8px;
  font-size: 18px;
  font-family: "Hanken Grotesk";
  transition: all 0.8s;
}

.sticky-icon a:hover {
  color: #fff;
  transform: translate(0px, 0px);
}

.sticky-icon a:hover i {
  transform: rotate(360deg);
}

/*.search_icon a:hover i  {
	transform:rotate(360deg);}*/
.Facebook {
  background-color: #005fad;
  color: #fff;
}

.Youtube {
  background-color: #005fad;
  color: #fff;
}

.Twitter {
  background-color: #005fad;
  color: #fff;
}

.Instagram {
  background-color: #005fad;
  color: #fff;
}

.Google {
  background-color: #005fad;
  color: #fff;
}

.sticky-icon i {
  color: #005fad !important;
}

.sticky-icon a i {
  background-color: #fff;
  height: 40px;
  width: 40px;
  color: #000;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  margin-right: 10px;
  transition: all 0.5s;
}

.sticky-icon a i.fa-facebook-f {
  background-color: #fff;
  color: #2c80d3;
}

.sticky-icon a i.fa-google-plus-g {
  background-color: #fff;
  color: #d34836;
}

.sticky-icon a i.fa-instagram {
  background-color: #fff;
  color: #fd1d1d;
}

.sticky-icon a i.fa-youtube {
  background-color: #fff;
  color: #fa0910;
}

.sticky-icon a i.fa-twitter {
  background-color: #fff;
  color: #53c5ff;
}

.fas fa-shopping-cart {
  background-color: #fff;
}

#myBtn {
  height: 50px;
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  text-align: center;
  padding: 10px;
  text-align: center;
  line-height: 40px;
  border: none;
  outline: none;
  background-color: #1e88e5;
  color: white;
  cursor: pointer;
  border-radius: 50%;
}

.fa-arrow-circle-up {
  font-size: 30px;
}

#myBtn:hover {
  background-color: #555;
}




/* Counter */
.counterBg {
  background: rgba(255, 255, 255, 0.25);
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  transition: 0.3s;
}

.serviceBg {
  background-color: #005fad;
  height: 99px;
  width: 100px;
  margin: auto;
  border-radius: 50%;
  transition: 0.3s;
  position: relative;
  margin-top: 1rem;
}

.serviceBg img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
}

.counterBg:hover .serviceBg {
  background-color: rgb(46, 49, 145);
  transition: 0.3s;
}

.counterSection {
  padding: 60px 0 10px 0;
}

@media (min-width: 426px) and (max-width: 576px) {
  .counterColCstm {
    width: 50% !important;
  }
}

/* 
.formCustom .form-control{
  padding: 15px 15px;
}

.formCustom .form-control:focus{
  box-shadow: none;
} */

.fs30 {
  font-size: 30px;
  font-weight: 500;
}

/* ---------============== ABOUT CSS -----------============= */
.bgAbout {
  background-image: url(../../asset/images/aboutBg.png);
  background-repeat: no-repeat;
}

.abt {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  height: 40vh;
  letter-spacing: 0px;
  color: #0e4677;
  text-transform: uppercase;
  font-weight: 700;
}

/* section {
    padding: 45px 0;
} */

.whoWe {
  letter-spacing: 0.36px;
  color: #2e3191;
  opacity: 1;
  font-family: "merriweatherbold";
  font-weight: 600;
  text-align: center;
}

.whoWeAre p {
  font-family: "Hanken Grotesk";
  color: black;
  text-align: center;
  font-size: 17px;
}

.vision {
  background: #005fad 0% 0% no-repeat padding-box;
  position: relative;
  border-radius: 5px;
}

.visionImg {
  position: absolute;
  top: 0%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100px;
}

.visionText {
  text-align: center;
  letter-spacing: 0.36px;
  color: #ffffff;
  font-family: "merriweatherregular";
  padding-top: 20px;
}

.visionPara {
  color: white;
  padding-top: 10px;
  margin: 0 100px;
  text-align: center;
}

.mission {
  background: #d5f0f8 0% 0% no-repeat padding-box;
  position: relative;
  margin: 7rem 0 0 0;
  border-radius: 5px;
}

.mission p {
  margin-top: 30px;
  font-weight: 600;
  font-size: 17px;
}

.missionImg {
  position: absolute;
  top: 0%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100px;
}

.missionTxt {
  color: #2e3191;
  text-align: center;
  letter-spacing: 0.36px;
  font-family: "merriweatherregular";
  font-weight: 600;
  padding-top: 20px;
}

.goalsText {
  display: flex;
  justify-content: center;
  gap: 50px;
  white-space: nowrap;
}

.mobilityImg {
  width: 300px;
  margin-top: 10px;
}

.shoulderSpc {
  margin-top: 3rem;
}

.childrenOrtho p {
  font-weight: 500 !important;
}

.childrenOrtho {
  padding: 65px 0 32px 0;
}

/* DOCTOR CSS */
.doctorImg img {
  width: 300px;
  display: inline-block;
  margin-bottom: 30px;
}

.dctrNme {
  color: #2E3191;
  font-weight: 600;
}

.spclTxt {
  font-family: 'Penguin';
  font-size: 20px;
  font-weight: 600;
  color: #f80c0c;
}

.doctorInfo {
  border-bottom: 2px solid #2e3191;
  margin-bottom: 10px;
}

.doctorInfo p {
  font-size: 14px;
  margin-bottom: 5px;
}

.doctorInfo h6 {
  margin-bottom: 13px;
}

/* Doctor Ramkumar */
.dctrNme2 {
  color: #9d2327;
  font-weight: 600;
}

.presenting {
  color: #00267a;
  font-weight: bold;
  background: #f4f4f4;
  margin-top: 1rem;
}


/* FACILITY CSS */
.forAllImg h4 {
  font-weight: bold;
  color: #0E4677 !important;
}

/* .forAllImg .row {
  margin: 5rem 0;
} */

.hosInfo {
  font-family: 'Penguin';
  font-size: 20px;
  font-weight: 600;
  color: #f80c0c;
}

.bgBlueFacility {
  background: #DEF4FB 0% 0% no-repeat padding-box;
}

.ambulanceImg {
  object-fit: fill !important;
}

/*FOOT ANKLE CSS */
.headCauses {
  font-family: "Hanken Grotesk";
  font-weight: 600 !important;
}

.diagnosis {
  background: #def4fb 0% 0% no-repeat padding-box;
}

.kneeTxt {
  font-family: 'merriweatherbold';
  color: #2E3191;
}

.knee p {
  font-family: 'Hanken Grotesk';
  font-size: 17px;
}

.arrowP p {
  margin-bottom: 5px;
}

.causesPtn1 {
  padding-left: 35px;
}

.causesPtn2 {
  padding-left: 74px;
}

/* INSURANCE CSS */
.insuranceImage img {
  width: 150px;
  height: 150px;
}

.bgLightblue {
  background-color: rgb(28, 76, 165);
  color: white;
  padding: 5px 1px 1px 1px;
  height: 60px;
}

.insuranceImage {
  box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
}

.insuranceImage img {
  display: block;
  margin: 0 auto;
  padding: 10px 0;
}


/* KNEE PAIN */
.kneeTxt {
  font-family: 'merriweatherbold';
  color: #2E3191;
}

.knee p {
  font-family: 'Hanken Grotesk';
  font-size: 17px;
}

.italic {
  font-family: 'Hanken Grotesk';
  font-size: 20px !important;
  color: #2E3191;

}

.arrowP p {
  margin-bottom: 10px;
}

.stages {
  background: #DEF4FB 0% 0% no-repeat padding-box;
}

.kneeImages img {
  display: block;
  margin: 0 auto;
}


/* NEWS MEDIA CSS */
.bgWhite {
  box-shadow: 0px 0px 13px #00000045 !important;
  background-color: #fff !important;
  min-height: 50px;
}

.homeVideo {
  cursor: pointer;
}

/* PATIENT CSS */
.spclTxt {
  font-family: "Penguin";
  font-size: 20px;
  font-weight: 600;
  color: #f80c0c;
}

th {
  text-align: left;
  background: #355caf !important;
  color: #fff;
}

.bgLightBlue {
  background: #d5f0f8 0% 0% no-repeat padding-box;
}

.intImages img {
  height: 100% !important;
}

.ambulance {
  object-fit: fill !important;
}

/* PLASTIC AND NEURO SURGERY */
.medicalPro {
  font-size: 18px;
}

/* REVISION SURGERY */
.imgWidth img {
  width: auto !important;
  height: auto;
}

/* SPINE SURGERY CSS */
.kneeTxt {
  font-family: 'merriweatherbold';
  color: #2E3191;
}

.knee p {
  font-family: 'Hanken Grotesk';
  font-size: 17px;
}

.arrowP p {
  margin-bottom: 5px;
}

.stages {
  background: #DEF4FB 0% 0% no-repeat padding-box;
}


.endoscopic {
  background: #DEF4FB 0% 0% no-repeat padding-box;
}

.endoscopicPara p {
  font-size: 15px;
}

/* SPOT INJURY CSS */
.spotInjury {
  font-size: 19px;
  font-weight: 500 !important;
}

/* TOTAL HIP REPLACEMENT */
.kneeTxt {
  font-family: 'merriweatherbold';
  color: #2E3191;
}

.totalHip {
  background: #DEF4FB;
}

/* TOTAL KNEE REPLACEMENT */
.causesPain {
  background: #DEF4FB 0% 0% no-repeat padding-box;
}


.totalKnee {
  font-family: 'merriweatherbold';
  color: #2E3191;
}

.lateralknee {
  background: #DEF4FB 0% 0% no-repeat padding-box;
}

/* TRAUMA CSS */
.lodonOrtho {
  font-family: "Penguin";
  font-size: 20px;
  font-weight: 600;
  color: #f80c0c;
}


/* VIDEOS CSS */
.mainCard {
  position: relative;
}

.bgPlayBtn {
  background-color: #2e3191da;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s;
}

.bgPlayBtn:hover {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  background-color: #2E3191;
  transition: 0.3s;
}

.playBtn {
  font-size: 2rem;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.videosDivHght {
  min-height: 50px;
}

.pt12 {
  padding-top: 12px;
}

.list-items-custom ul li::before {
  font-family: 'Font Awesome\ 5 Free';
  content: '\f105';
  color: rgb(0, 0, 0);
  position: absolute;
  top: 0px;
  font-size: 17px;
  left: -18px;
  font-weight: 600;
}

.list-items-custom ul li {
  position: relative;
  font-family: 'Hanken Grotesk';
  font-size: 16px;
  line-height: 30px;
}

.list-items-custom ul {
  padding-left: 1.2rem;
}

.list-items-custom-about ul li::before {
  font-family: 'Font Awesome\ 5 Free';
  content: '\f105';
  color: rgb(0, 0, 0);
  position: absolute;
  top: 0px;
  font-size: 17px;
  left: -18px;
  font-weight: 600;
}

.list-items-custom-about ul li {
  position: relative;
  font-family: 'Hanken Grotesk';
  font-size: 19px;
  line-height: 43px;
  display: flex;
}

.list-items-custom-about ul {
  padding-left: 1.2rem;
}


/* ABOUT US */
.rightArrowAbout {
  margin-top: 12px
}

.row-mt-space {
  margin-top: 5rem !important;
}

.when-see-doc {
  width: 100%;
}

.bg-color-sec {
  background-color: #c8ecf8;
}


.alert-msg {
  color: #0db504;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 600;
}

.goog-te-gadget-simple {
  background-color: #FFF;
  border-left: 2px solid #D5D5D5 !important;
  border-top: 1px solid #9B9B9B;
  border-bottom: 2px solid #E8E8E8 !important;
  border-right: 2px solid #D5D5D5 !important;
  font-size: 12pt !important;
  display: inline-block;
  padding-top: 1px;
  padding-bottom: 2px;
  cursor: pointer;
  padding: 8px !important;
}


.sidebar {
  height: auto;
  width: 0px;
  position: fixed;
  text-align: center;
  top: 35vh;
  padding: 10px;
  z-index: 1030;
  right: 0;
}

.sidebar p i {
  right: 30px;
  position: relative;
  vertical-align: middle;
  text-align: center;
  font-size: 24px;
}

.social {
  margin-left: -50px;
  width: 170px;
  padding: 0;
  display: inline-table;
  height: 0px;
  -moz-transition-property: margin-left;
  -moz-transition-duration: 0.2s;
  -moz-transition-delay: 0.2s;
  -ms-transition-property: margin-left;
  -ms-transition-duration: 0.2s;
  -ms-transition-delay: 0.2s;
  -o-transition-property: margin-left;
  -o-transition-duration: 0.2s;
  -o-transition-delay: 0.2s;
  -webkit-transition-property: margin-left;
  -webkit-transition-duration: 0.2s;
  -webkit-transition-delay: 0.2s;

  cursor: pointer;
  transition: 0.5s;
  margin-bottom: 10px;
}

.social p i {
  color: #1c4ca5;
  background-color: #fff;
  height: 40px;
  width: 40px;
  text-align: center;
  padding-top: 9px;
  font-size: 20px;
  border-radius: 50%;
  margin-left: 15px;
}

.social:hover {
  margin-left: -150px;
  width: 170px;
}


.social p {
  padding: 15px;
}

.social p {
  padding: 10px;
  background-color: #1c4ca5;
  border-radius: 38px 0px 0px 38px;
  color: #fff;
}

.social.instagram-foot {
  width: 247px;
}

.social.instagram-foot:hover {
  margin-left: -220px;
  width: 247px;
}

.list-items-custom-about h3 {
  color: #2e3191;
  font-family: "merriweatherregular";
  font-weight: 600;
  margin-bottom: 0px;
}

.goog-te-gadget-simple .VIpgJd-ZVi9od-xl07Ob-lTBxed span {
  text-decoration: none;
  margin-left: 6px !important;
}

.blog-content-date p {
  font-size: 13px;
  margin-bottom: 8px !important;
}

.blog-content-date h4 {
  letter-spacing: 0.36px;
  color: #0e4677;
  font-family: "Hanken Grotesk";
  font-weight: 600 !important;
  margin-bottom: 0px;
}

.blog-content-sec {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.blog-content-box {
  padding: 15px;
}

.blog-content-box p {
  margin-bottom: 0px;
}

.goog-te-gadget-simple {
  border: 1px solid #2E3191 !important;
}

.whatsapp-button {
  position: fixed;
  bottom: 15px;
  right: 15px;
  z-index: 99;
  background-color: #25d366;
  border-radius: 50px;
  color: #ffffff !important;
  text-decoration: none;
  width: 50px;
  height: 50px;
  font-size: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  -webkit-box-shadow: 0px 0px 25px -6px rgba(0, 0, 0, 1);
  -moz-box-shadow: 0px 0px 25px -6px rgba(0, 0, 0, 1);
  box-shadow: 0px 0px 25px -6px rgba(0, 0, 0, 1);
  animation: whatsapp-effect 5s infinite ease-in;
  transition: 0.3s;
  z-index: 1030;
}

.whatsapp-button:hover {
  color: #25d366;
  background-color: #fff;
}

.whatsapp-button:hover i {
  color: #25d366;
}

#google_translate_element {
  z-index: 1040;
}
.blog-details-content-sec h1 {
  font-size: 28px;
  color: #1c4ca5;
  font-weight: 600;
}
.blog-details-content-sec h2 {
  font-size: 25px;
  color: #1c4ca5;
  font-weight: 600;
}
.blog-details-content-sec h3 {
  font-size: 20px;
  color: #1c4ca5;
  font-weight: 600;
}.blog-details-content-sec ul li::before{
    font-family: 'Font Awesome\ 5 Free';
content: '\f101';
color: #2ecec2;
position: absolute;
top: 0px;
font-size: 19px;
left: 2px;
font-weight: 900;
}
.blog-details-content-sec ul li{
    padding-left: 35px;
 color: #1c4ca5;
line-height: 1.4em;
margin-bottom: 7px;
position: relative;
padding-bottom: 8px;
padding-top: 0px;
letter-spacing: 0.5px;

}

.our-doc-page-sec .nw_dctr .col-lg-3.col-sm-6{
    margin-bottom:20px;
}
.v_all_btn a{
    display: block;
    width: fit-content;
    margin: 0 auto;
    background-color: #2e3191;
    position: relative;
    text-align: center;
    border-radius: 4px;
    color: #fff;
    padding: 10px 20px;
    font-family: "merriweatherbold";
}
.v_all_btn a:hover{
    background-color:#1c4ca5;
    color:#fff;
}


.sac_brouch .sac_brouch_in .less_sac a{
  display: block;
  width: fit-content;
  margin: 0 auto;
  background-color: #2e3191;
  position: relative;
  text-align: center;
  border-radius: 4px;
  color: #fff;
  padding: 10px 20px;
  font-family: "merriweatherbold";
  width: 100%;
}
.sac_brouch .sac_brouch_in .col-md-4 {
  margin-bottom: 20px;
}
.sac_brouch .sac_brouch_in .less_sac a:hover{
  background-color: #1c4ca5;
  color: #fff;
}

.photo-gallery-sec .h-photo-hov-con-box .h-photo-img img,.photo-gallery-sec .video-gallery-category-box .photo-gallery-box-img img{
    height:250px;
    width: 100%;
    object-fit: cover;
}








