body,
html {
  height: 100%;
  /*font-family: 'Poppins', sans-serif;*/
  font-family: 'Open Sans';
  font-size: 15px;
  background: #fff;
  line-height: 1.2;
  font-weight: 400 !important;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-SemiBold.eot');
    src: url('../fonts/Montserrat-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Montserrat-SemiBold.woff2') format('woff2'),
        url('../fonts/Montserrat-SemiBold.woff') format('woff'),
        url('../fonts/Montserrat-SemiBold.ttf') format('truetype'),
        url('../fonts/Montserrat-SemiBold.svg#Montserrat-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Medium.eot');
    src: url('../fonts/Montserrat-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Montserrat-Medium.woff2') format('woff2'),
        url('../fonts/Montserrat-Medium.woff') format('woff'),
        url('../fonts/Montserrat-Medium.ttf') format('truetype'),
        url('../fonts/Montserrat-Medium.svg#Montserrat-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Bold.eot');
    src: url('../fonts/Montserrat-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Montserrat-Bold.woff2') format('woff2'),
        url('../fonts/Montserrat-Bold.woff') format('woff'),
        url('../fonts/Montserrat-Bold.ttf') format('truetype'),
        url('../fonts/Montserrat-Bold.svg#Montserrat-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-Bold.eot');
    src: url('../fonts/OpenSans-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/OpenSans-Bold.woff2') format('woff2'),
        url('../fonts/OpenSans-Bold.woff') format('woff'),
        url('../fonts/OpenSans-Bold.ttf') format('truetype'),
        url('../fonts/OpenSans-Bold.svg#OpenSans-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-ExtraBold.eot');
    src: url('../fonts/OpenSans-ExtraBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/OpenSans-ExtraBold.woff2') format('woff2'),
        url('../fonts/OpenSans-ExtraBold.woff') format('woff'),
        url('../fonts/OpenSans-ExtraBold.ttf') format('truetype'),
        url('../fonts/OpenSans-ExtraBold.svg#OpenSans-ExtraBold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-Light.eot');
    src: url('../fonts/OpenSans-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/OpenSans-Light.woff2') format('woff2'),
        url('../fonts/OpenSans-Light.woff') format('woff'),
        url('../fonts/OpenSans-Light.ttf') format('truetype'),
        url('../fonts/OpenSans-Light.svg#OpenSans-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-Medium.eot');
    src: url('../fonts/OpenSans-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/OpenSans-Medium.woff2') format('woff2'),
        url('../fonts/OpenSans-Medium.woff') format('woff'),
        url('../fonts/OpenSans-Medium.ttf') format('truetype'),
        url('../fonts/OpenSans-Medium.svg#OpenSans-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-Regular.eot');
    src: url('../fonts/OpenSans-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/OpenSans-Regular.woff2') format('woff2'),
        url('../fonts/OpenSans-Regular.woff') format('woff'),
        url('../fonts/OpenSans-Regular.ttf') format('truetype'),
        url('../fonts/OpenSans-Regular.svg#OpenSans-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-SemiBold.eot');
    src: url('../fonts/OpenSans-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/OpenSans-SemiBold.woff2') format('woff2'),
        url('../fonts/OpenSans-SemiBold.woff') format('woff'),
        url('../fonts/OpenSans-SemiBold.ttf') format('truetype'),
        url('../fonts/OpenSans-SemiBold.svg#OpenSans-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}


.montserrat{font-family: 'Montserrat';}

/**,
::after,
::before {
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  transition-duration: 0.5s;
}*/

/*---------------Font Start---------------*/
.font-weight-boldblack {
  font-weight: 900 !important;
}

.font-weight-extrabold {
  font-weight: 800 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-weight-semibold {
  font-weight: 600 !important;
}

.font-weight-medium {
  font-weight: 500 !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

/*---------------Font familly End---------------*/

/*---------------Font Size---------------*/
.font-size-10 {
  font-size: 10px;
}

.font-size-11 {
  font-size: 11px;
}

.font-size-12 {
  font-size: 12px;
}

.font-size-13 {
  font-size: 13px;
}

.font-size-14 {
  font-size: 14px;
}

.font-size-15 {
  font-size: 15px;
}

.font-size-16 {
  font-size: 16px;
}

.font-size-17 {
  font-size: 17px;
}

.font-size-18 {
  font-size: 18px;
}

.font-size-19 {
  font-size: 19px;
}

.font-size-20 {
  font-size: 20px;
}

.font-size-21 {
  font-size: 21px;
}

.font-size-22 {
  font-size: 22px;
}

.font-size-23 {
  font-size: 23px;
}

.font-size-24 {
  font-size: 24px;
}

.font-size-25 {
  font-size: 25px;
}

.font-size-26 {
  font-size: 26px;
}

.font-size-27 {
  font-size: 27px;
}

.font-size-28 {
  font-size: 28px;
}

.font-size-30 {
  font-size: 30px;
}

.font-size-32 {
  font-size: 32px;
}

.font-size-34 {
  font-size: 34px;
}

.font-size-36 {
  font-size: 36px;
}

.font-size-38 {
  font-size: 38px;
}

.font-size-40 {
  font-size: 40px;
}

.font-size-42 {
  font-size: 42px;
}

.font-size-48 {
  font-size: 48px;
}

.font-size-50 {
  font-size: 50px;
}

.font-size-60 {
  font-size: 60px;
}

.font-size-80 {
  font-size: 80px;
}

.line-hight-1 {
  line-height: 1;
}

.line-hight-2 {
  line-height: 1.1;
}

.line-hight-22 {
  line-height: 1.2;
}

.line-hight-3 {
  line-height: 1.4;
}

.line-hight-4 {
  line-height: 1.6;
}

.line-hight-normal {
  line-height: normal;
}

.leter1 {
  letter-spacing: 1px;
}

.shadow-sm {
  box-shadow: 0 .125rem 1.25rem rgba(0, 0, 0, .075) !important;
}

.rounded {
  border-radius: .60rem !important;
}
.rounded15 {
  border-radius: 15px !important;
}
.rounded22 {
  border-radius: 22px !important;
}

/*---------------Font Size End---------------*/

.form-control {
  height: calc(2.2em + .75rem + 2.2px);
  font-size: 14px;
}

.form-control:focus {
  box-shadow: none;
}

[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled),
button:not(:disabled) {
  outline: none !important;
}


body ::-webkit-input-placeholder {
  color: #000;
  opacity: 1;
  font-weight: 500 !important;
  font-family: 'Montserrat', sans-serif;
}

body ::-moz-placeholder {
  color: #000;
  opacity: 1;
  font-weight: 500 !important;
  font-family: 'Montserrat', sans-serif;
}

body :-ms-input-placeholder {
  color: #000;
  opacity: 1;
  font-weight: 500 !important;
  font-family: 'Montserrat', sans-serif;
}

body :-moz-placeholder {
  color: #000;
  opacity: 1;
  font-weight: 500 !important;
  font-family: 'Montserrat', sans-serif;
}

.custom-file-input {
  height: calc(2em + .75rem + 2px);
}

.custom-file-label {
  height: calc(2em + .75rem + 2px);
  padding: .375rem .75rem;
  line-height: 2;
  font-size: 14px;
}

.custom-file-label::after {
  height: calc(2em + .75rem);
  padding: .375rem .75rem;
  line-height: 2;
}

/*---------------Text Color Start---------------*/
.text-dark {
  color: #362F2F !important;
}

.text-muted {
  color: #5E5959 !important;
}

.text-danger {
  color: #E76024 !important;
}
.text-danger-dark {
  color: #C75B5B !important;
}

.text-primary {
  color: #002B45 !important;
}

.text-primary-light {
  color: #A3BFF3 !important;
}

.text-secondary {
  color: #CDCDCD !important;
}
.text-graydark {
  color: #555 !important;
}

.text-gray {
  color: #838B9E !important;
}

.text-whightlight {color: rgba(255, 255, 255, 0.6) !important;
}

.text-yellow {color: #f1c40f !important;}


/*---------------Text Color End---------------*/

/*---------------Button Start---------------*/
.btn.focus,
.btn:focus {
  outline: 0 !important;
  box-shadow: none !important;
}

.btn-danger {
  background-color: #C75B5B;
  border-color: #C75B5B;
}

.btn-danger:hover,
.btn-check:focus+.btn-danger,
.btn-danger:focus {
  background-color: #D35922;
  border-color: #D35922;
}

.btn-yellow {
  background-color: #f1c40f;
  border-color: #f1c40f;
}

.btn-yellow:hover,
.btn-check:focus+.btn-yellow,
.btn-yellow:focus {
  background-color: #d4ac0d;
  border-color: #d4ac0d;
}

.btn-primary {
  background-color: #002B45;
  border-color: #002B45;
}

.btn-primary:hover,
.btn-check:focus+.btn-primary,
.btn-primary:focus {
  background-color: #C75B5B;
  border-color: #C75B5B;
}

.btn-light {
  background-color: #F5F5F5;
  border-color: #F5F5F5;
  color: #323232;
}

.btn-light:hover,
.btn-check:focus+.btn-light,
.btn-light:focus {
  background-color: #C75B5B;
  /* border-color: #C75B5B; */
  color: #fff;
}

.btn-light {
  background-color: #F5F5F5;
  border-color: #F5F5F5;
  color: #323232;
}

.btn-light {
  background: linear-gradient(to right, #F5F5F5 50%, #C75B5B 50%);
  background-size: 200% 100%;
  background-position: left bottom;
  color: #323232;
  border: none; /* Ensure no unwanted borders */
  padding: 0.5rem 1.2rem;
  border-radius: 8px; /* Match with outline-transition-button */
  font-weight: 600;
  line-height: 1.5;
  cursor: pointer;
  transition: all 0.4s ease-in-out;
  outline: none;
  box-shadow: none;
}

.btn-light:hover,
.btn-check:focus + .btn-light,
.btn-light:focus {
  background-position: right bottom;
  color: #fff;
  outline: none;
  box-shadow: none;
}

.btn-light-header {
  background: linear-gradient(to right, #F5F5F5 50%, #C75B5B 50%);
  background-size: 200% 100%;
  background-position: left bottom;
  color: #323232;
  border: none; /* Ensure no unwanted borders */
  padding: 0.5rem 1.2rem;
  border-radius: 8px; /* Match with outline-transition-button */
  font-weight: 600;
  line-height: 1.5;
  cursor: pointer;
  transition: all 0.4s ease-in-out;
  outline: none;
  box-shadow: none;
}

.btn-light-header:hover,
.btn-check:focus + .btn-light-header,
.btn-light-header:focus {
  background-position: right bottom;
  color: #fff;
  outline: none;
  box-shadow: none;
}


.outline-transition-button {
  position: relative;
  background: linear-gradient(to right, #002B45 50%, #F5F5F5 50%);
  background-size: 200% 100%;
  background-position: left bottom;
  color: white;
  border: 1px solid white;
  padding: 0.5rem 1.2rem;
  border-radius: 8px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.4s ease-in-out;
}

.outline-transition-button:hover {
  background-position: right bottom;
  color: black;
}


.btn-outline-secondary {
    color: #212529;
    border-color: #6c757d;
    background-color: #fff;
}

.btn-outline-secondary:hover,
.btn-check:focus+.btn-outline-secondary,
.btn-outline-secondary:focus {
  background-color: #C75B5B;
  border-color: #C75B5B;
  color: #fff;
}

/*---------------Button End---------------*/

/*---------------BG Background Start---------------*/
.bg-primary {
  background-color: #002B45 !important;
}

.bg-primary-heading {
  background-color: #002B45 !important;
  transition: all 0.3s ease-in-out;
}
.bg-primary-heading:hover {
  /* background-color: white;
  color: #000; */
  transform: scale(1.08);
}
.bg-light {
  background-color: #F4F4F4 !important;
}

.bg-dark {
  background-color: #323232 !important;
}

.bg-danger {
  background-color: #C75B5B !important;
}

.bg-primary-light {
  background-color: #ECEFF6 !important;
}

.bg-gray {
  background-color: #4B4D53 !important;
}
.bg-yellow{background-color: #FFCC00 !important;}

/*---------------BG Background End---------------*/


/*.home-banner {padding-top: 3rem;}*/
.homepad {
  padding-top: 5.5rem;
  padding-bottom: 5.5rem;
}

.homepad-signin {
  padding-top: 5.5rem;
  padding-bottom: 5.5rem;
}

.homepad-community {
  padding-top: 1rem;
  padding-bottom: 5.5rem;
}

/*body.pad {
  padding-top: 103px;
}*/

.col-transition {
  transition: all 0.3s ease-in-out;
}

.col-transition:hover {
  transform: scale(1.05);
}


.navbar-toggler:focus {
  box-shadow: none;
}

.dot {
  font-size: 50px;
  line-height: 1;
}

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    color: #4A4A4A;
    padding-right: 0.9rem;
    padding-left: 0.9rem;
    margin-left: 1vw;
  }

  .navbar-nav .dropdown:hover>.dropdown-menu {
    display: block;
  }

  .navbar-nav .dropdown>.dropdown-toggle:active {
    pointer-events: none;
  }

  .navbar-expand-lg .navbar-nav .dropdown-menu {
    min-width: 190px;
  }
}

.navbar-nav .nav-item.dropdown ul li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.navbar-nav .nav-item.dropdown ul li a.dropdown-item:focus,
.navbar-nav .nav-item.dropdown ul li a.dropdown-item:hover {
  color: #fff;
  background-color: #e76024;
}

.navbar-nav li.nav-item.dropdown a.dropdown-toggle::after {
  border-top: .4em solid #4A4A4A;
  border-right: .4em solid transparent;
  border-bottom: 0;
  border-left: .4em solid transparent;
  margin-left: .455em;
  top: .165em;
  position: relative;
}

.navbar-nav>li.nav-item a:hover,
.navbar-nav>li.nav-item a.active {
  color: #4A4A4A;
}

@media screen and (max-width: 991px) {

  /*-------------Menu Design Start--------------*/
.header-top .nav-menu {
    margin-left: 0;
    position: absolute;
    top: 78px;
    right: 11px;
    left: 11px;
    background: #C75B5B;
    z-index: 1;
    padding: 0px;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
    border-radius: 15px;
    /* overflow: hidden; */
}

.btn-light-header {
  background: linear-gradient(to right, #F5F5F5 50%, #002B45 50%);
  background-size: 200% 100%;
  background-position: left bottom;
  color: #323232;
  border: none; /* Ensure no unwanted borders */
  padding: 0.5rem 1.2rem;
  border-radius: 8px; /* Match with outline-transition-button */
  font-weight: 600;
  line-height: 1.5;
  cursor: pointer;
  transition: all 0.4s ease-in-out;
  outline: none;
  box-shadow: none;
}

.btn-light-header:hover,
.btn-check:focus + .btn-light-header,
.btn-light-header:focus {
  background-position: right bottom;
  color: #fff;
  outline: none;
  box-shadow: none;
}

  .header-top ul.navbar-nav li.nav-item.dropdown>a::after {
    border: solid #222;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    float: right;
    margin-left: 0;
    margin-top: 1px;
  }

  .header-top ul.navbar-nav li.nav-item.show .dropdown-menu.submenu {
    background: #1c6dc4;
    margin-top: 0;
    border-bottom: 1px solid rgba(193, 193, 193, 0.3) !important;
    padding-top: 0;
  }

  .header-top ul.navbar-nav>li.show>a {
    border: none;
    background: #1c6dc4;
  }

  .header-top ul.navbar-nav .dropdown-menu.submenu ul.list-unstyled li.nav-item a {
    color: #fff !important;
    font-size: 14px;
  }

  .header-top ul.navbar-nav .dropdown-menu.submenu ul.list-unstyled li.nav-item:hover a {
    color: #ff5400 !important;
  }

  .header-top ul.navbar-nav .dropdown-menu.submenu ul.list-unstyled li.nav-item a::before {
    content: "";
    background: #fff !important;
    width: 4px;
    height: 4px;
    display: inline-block;
    vertical-align: middle !important;
    margin-right: 10px;
    border-radius: 100%;
  }

  .header-top ul.navbar-nav .dropdown-menu.submenu ul.list-unstyled li.nav-item:hover a::before {
    background: #ff5400 !important;
  }

  .header-top ul.navbar-nav>li>a {
    letter-spacing: 1px;
    padding: .8rem 1rem !important;
    color: #ffffff !important;
    border-bottom: 1px solid rgba(185, 185, 185, 0.3);
  }

  .header-top ul.navbar-nav>li>a:hover {
    background: #ee7474;
    color: #fff !important;
  }

  /*.header-top .nav-menu button {
    width: 100%;
    border-radius: 0;
  }*/


  /*-------------Menu Design End--------------*/
}


/*new design*/
.social_media a {
  background: url(../images/media-icon.png) no-repeat;
  width: 22px;
  height: 22px;
  display: inline-block;
  background-size: 140px;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

.social_media a.fb {
  background-position: 1px 2px;
}

.social_media a.fb:hover {
  background-position: 1px -27px;
}

.social_media a.tw {
  background-position: -38px 0px;
}

.social_media a.tw:hover {
  background-position: -38px -27px;
}

.social_media a.pin {
  background-position: -79px 2px;
}

.social_media a.pin:hover {
  background-position: -79px -27px;
}

.social_media a.ista {
  background-position: -119px 2px;
}

.social_media a.ista:hover {
  background-position: -119px -27px;
}

.home-banner .carousel-item::before {
  position: absolute;
  display: block;
  content: "";
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: linear-gradient(270deg, rgba(0, 0, 0, 0.6) 2.74%, rgba(0, 0, 0, 0) 100%);
  transform: matrix(-1, 0, 0, 1, 0, 0);
  z-index: 1;
}

.home-banner .carousel-caption {
  position: absolute;
  right: 15%;
  bottom: auto;
  left: 50%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  width: 40%;
  margin-left: -650px;
}


.tophad .t24 {
  background-color: #13569D;
  width: 32px;
  height: 32px;
  line-height: 26px;
}

.roboticsurgery>a {
  border-radius: 80px;
  background: linear-gradient(90deg, #F1B062 0%, #F6456E 100%);
  box-shadow: 0px 0px 10px #F1B062;
  color: #fff !important;
  text-transform: uppercase;
  font-weight: 500;
  padding: 9px 20px !important;
}

.free-seminar::after {
  width: 90px;
  display: inline-block;
  content: "";
  background: #fff;
  height: 1px;
  margin-left: 1rem;
}

.findmedical li::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 1px;
  background: #fff;
  margin-right: 10px;
  margin-left: -20px;
  position: relative;
  top: -4px;
}

.online-appointment-mad {
  margin-top: -110px;
  z-index: 1;
}


.foter-call {
  width: 42px;
  height: 42px;
  text-align: center;
  line-height: 40px;
}

.yearsexperiances {
  right: -60px;
  top: 50%;
  transform: translateY(-50%);
  max-width: 130px;
}

.yearsexperiances>div {
  border-bottom: 1px dashed rgba(210, 210, 210, 0.5);
}

.yearsexperiances>div:last-child {
  border-bottom: 0;
}

.gallerybg {
  background: linear-gradient(180deg, #F6F6F6 0%, rgba(255, 255, 255, 0) 100%);
}

.gallerylight-box .details {
  padding: 25px;
  color: #fff;
  opacity: 0;
  margin: 0 auto;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}

.gallerylight-box .news-and-event:hover .details {
  opacity: 1;
  transition: opacity .2s .3s;
}

.gallerylight-box .news-and-event::after {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.36) 0%, rgba(0, 0, 0, 0.6) 100%);
  content: "";
  position: absolute;
  bottom: 0%;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.gallerylight-box .news-and-event .zoomicon {
  top: 50%;
  left: 50%;
  z-index: 3;
  left: 0;
  right: 0;
  margin: -30px auto 0;
  max-width: 44px;
  opacity: 0;
}

.gallerylight-box .news-and-event:hover .zoomicon {
  opacity: 1;
}


.services-bg {
  background-image: url(../images/services-bg-01.png), url(../images/services-bg-02.png);
  background-position: top left, right bottom;
  background-repeat: no-repeat, no-repeat;
  background-size: 11%, 40%;
  padding-bottom: 23rem !important;
}

.services-row .services-icon {
  width: 77px;
  height: 77px;
  background-repeat: no-repeat !important;
  transition: opacity .8s;
}

.services-row .services-box:hover .services-icon {
  background-position: 0 -73px !important;
}

.services-row .services-box:hover {
  background-color: #fff !important;
  color: #5E5959 !important;
}

.services-row .services-box:hover h4 {
  color: #362F2F !important;
}

.services-row .services-box:hover p {
  color: #5E5959 !important;
}


.services-row .services-box a::after {
  background: url(../images/arrow-services.png) no-repeat;
  content: "";
  display: inline-block;
  width: 28px;
  height: 12px;
  background-position: 0 -7px;
  margin-left: 9px;
  background-size: 26px;
  top: 2px;
  position: relative;
}

.services-row .services-box:hover a {
  color: #0C388A !important;
}

.services-row .services-box:hover a::after {
  background-position: 0 -32px;
}


.whychoose-icon {
  background-color: #E8E8E8 !important;
  height: 80px;
  width: 74px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border-top-left-radius: 10px;
  border-top-right-radius: 60px;
  background-repeat: no-repeat !important;
  background-position: center 18px !important;
}

/*.whychoose-row .whychoose-box:hover .whychoose-icon {
  background-position: center -54px !important;
}

.whychoose-row .whychoose-box:hover {
  background-color: #0C388A !important;
  color: #fff !important;
}

.whychoose-row .whychoose-box:hover h4 {
  color: #fff !important;
}

.whychoose-row .whychoose-box:hover p {
  color: #fff !important;
}

.whychoose-row .whychoose-box:hover .whychoose-icon {
  background-color: #fff !important;
}*/

.why-choose-section {
  margin-top: -18rem;
}

.news-blog-row .news-blog-box .details {
  bottom: 0;
  left: 0;
  right: 0;
}

.news-blog-row .news-blog-box .dateicon {
  width: 16px;
  height: 17px;
  background-repeat: no-repeat !important;
  background-size: 17px !important;
}

.news-blog-row .news-blog-box::before {
  content: "";
  display: block;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.74) 100%);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 0.7rem !important;
}

.news-blog-row .news-blog-box:hover .details {
  background-color: transparent !important;
}

.news-blog-row .news-blog-box:hover .details * {
  color: #fff !important;
}

.news-blog-row .news-blog-box:hover .dateicon {
  background-position: 0 -29px !important;
}


.owl-theme .owl-nav.disabled+.owl-dots {
  margin-top: 2rem;
  text-align: center;
}

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1
}

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 3px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity .2s ease;
  border-radius: 30px;
  border: 2px solid #FFF;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #D35922;
  border-color: #D35922;
}

.newsblog-bg {
  background: linear-gradient(180deg, #ECEFF6 0%, #FFFFFF 100%);
}

.filtergallery {
  margin: 0 -1%;
}

.filtergallery.grid article {
  display: block;
  float: left;
  margin: 1%;
  width: 31.2222%;
}

@media (max-width: 991px) {
  .filtergallery.grid article {
    width: 47%;
    margin: 1.5%;
  }

  .filtergallery {
    margin: 0 -1.5%;
  }

  .vibrant-gujarat .vibrant-text {
    padding: 5px 5px;
    font-size: 12px !important;
  }

  .filter-button-btn button {
    padding: 8px 10px 9px;
    font-size: 13px;
    letter-spacing: -0.5px;
  }
}

.testimonials_img {
  max-width: 44px;
}

textarea.form-control {
  min-height: 120px;
}

footer {
  /*padding: 32rem 0 0.8rem;*/
  padding: 2.4rem 0 0.8rem;
}

.requestquote-mad {
  /*margin-bottom: -30rem;*/
}

.request-quote-form {
  z-index: 2;
}

.gallerylight-box .news-and-event *,
.services-row .services-box *,
.whychoose-row .whychoose-box *,
.news-blog-row .news-blog-box {
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

.inner-banner::before {
  content: "";
  display: block;
  position: absolute;
  background: rgba(0, 0, 0, 0.6);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.bullet {
  min-width: 20px;
  width: 20px;
}

.aboutpage-img {
  float: right;
  width: 44%;
  margin-left: 3rem;
}

.safety_img {
  max-width: 110px;
}

.range-services-row .owl-item.active:not(.owl-item.cloned.active) .range-services-box .details {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #707781;
}

.range-services-row .owl-item.active .range-services-box {
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

.range-services-row .owl-item.active .range-services-box .details {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #707781;
  opacity: 0;
}

.range-services-row .owl-item.active:hover .range-services-box .details

/*,
.range-services-row .owl-item.active:not(.owl-item.cloned.active) .range-services-box .details*/
  {
  opacity: 1;
}

.range-services-row .owl-item h5::before {
  content: "";
  width: 40px;
  height: 2px;
  display: inline-block;
  background: #838B9E;
  margin-right: 14px;
  vertical-align: middle;
  position: relative;
  margin-top: -4px;
}

.range-services-row .owl-item.active:hover h5

/*,
.range-services-row .owl-item.active:not(.owl-item.cloned.active) h5*/
  {
  color: #13569D !important;
}

.range-services-row .owl-item.active:hover h5::before

/*,
.range-services-row .owl-item.active:not(.owl-item.cloned.active) h5::before*/
  {
  background: #13569D;
}


.amenitiesoffered-row .amenitiesoffered-box .details {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
}

.amenitiesoffered-mad {
  margin-top: -132px;
}

.ourmission-color-box::before {
  background: rgba(12, 56, 138, 0.9);
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.ourmission-color-box>div {
  z-index: 1;
}

.footer.innerfooter {
  margin-top: -15rem;
  z-index: 0;
}

.contactpage {
  z-index: 1;
}

.footer::before {
  content: "";
  display: block;
  background: url(../images/footer--top.svg) no-repeat;
  height: 26vw;
  position: absolute;
  top: -25.5vw;
  left: -19vw;
  right: -3vw;
  background-position: right top;
  background-size: cover;
  z-index: 1;
}

.footer {
  background: url(../images/footer-right.svg) no-repeat;
  background-position: right center;
}

.footer.inner-footer {
  margin-top: 12rem;
}

/*.services-bg.servicespage {padding-bottom: 5.5rem !important;}*/


/* faq */

.accordion-item {
  margin-bottom: 5px;
  border: none;
  background-color: transparent;
}

.accordion-item .accordion-header .accordion-button {
  border-radius: 10px;
  background-color: #EBEBEB;
}

.accordion-collapse.collapse {
  border-radius: 10px;
}

.accordion-item .accordion-header .accordion-button:not(.collapsed) {
  color: #fff;
  background-color: #323232;
  border-radius: 10px 10px 0 0;
  box-shadow: none;
  padding: 20px 20px 20px 27px;
}

.accordion-item .accordion-collapse.show {
  color: #fff;
  background-color: #323232;
  border-radius: 0 0 10px 10px;
  padding: 0 20px 0px 9px;
}

.accordion-item:last-of-type .accordion-button.collapsed {
  border-radius: 10px;
}

.accordion-button:focus {
  box-shadow: none;
}

.accordion-header {
  margin-bottom: -1px;
}


.faq {
  background: rgb(255, 255, 255);
  background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(242, 242, 242, 1) 100%);
}

/*.faq .reshaping-bottom-bg .reshaping-bottom-details { position: absolute; top: 0; bottom: 0; left: 0; right: 0; }*/

.faq .accordion .accordion-item .accordion-header .accordion-button::after {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='%23454545' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' d='M8 0a1 1 0 0 1 1 1v6h6a1 1 0 1 1 0 2H9v6a1 1 0 1 1-2 0V9H1a1 1 0 0 1 0-2h6V1a1 1 0 0 1 1-1z' clip-rule='evenodd'/%3e%3c/svg%3e");
  transform: scale(0.7);
}

.faq .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='%23fff' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' d='M0 8a1 1 0 0 1 1-1h14a1 1 0 1 1 0 2H1a1 1 0 0 1-1-1z' clip-rule='evenodd'/%3e%3c/svg%3e");
}
.navbar-nav li.nav-item.dropdown.roboticsurgery a.dropdown-toggle::after {
  border-top-color: #fff;
}

.user_top {margin-top:-60px;}
.user img {max-width: 80px;}
.pagination li.page-item a {font-size: 15px; padding: 6px; color: #333; width: 34px; height: 34px; text-align: center;}
.favicon-logo01 {width: 30px; height: 30px;}
.favicon-logo01 img {top: -3px; position: relative;}
.about-img {border-radius: 30px 190px 30px 30px;}
.misson-box:before {content: ""; display: block; left: 0; right: 0; top: 0; bottom: 0; background: linear-gradient(270deg, rgba(0, 0, 0, 0.2) 0%, #002B45 100%); position: absolute;}
.how-it-work-img {border-radius: 190px 0px 00px 20px;}
.how-it-work-img-about {border-radius: 190px 0px 00px 20px;}
header.header-top .logo {position: relative; top: -20px;}
header.header-top {background: #002B45; border-bottom-left-radius: 20px; border-bottom-right-radius: 20px;}


/*------------benner-----------------*/
section.home-banner {margin-top: 3rem;}
.home-banner .hero-section {background-color: #012c47; border-radius: 20px; color: white; position: relative; padding: 40px;}
.home-banner .homebanner h1{font-size: 4.5rem;}
.highlight {color: #ffc107;}
.home-banner .image-container {position: relative; z-index: 1;}
.home-banner .search-box {position: absolute; bottom: -35px; left: 50%; transform: translateX(-50%); width: 60%; background: white; border-radius: 40px; box-shadow: 0 0 20px rgba(0,0,0,0.1); padding: 10px 20px; display: flex; align-items: center; z-index: 2;}
.home-banner .search-box input {border: none; outline: none; width: 100%;}
.home-banner .search-box i {color: #012c47;}
.home-banner .image-container {right: -70px; bottom: -40px;}
/*------------banner------------*/




.sidebar {}
.sidebar .nav-link {
color: #041C40;
border-radius: 5px;
margin-bottom: 3px;
padding: 1rem 1.6rem;
background: #F5F5F5;
}
.sidebar .nav-link.active {
  background-color: #002b45;
  color: #fff;
}
.sidebar .form-section {
  padding: 30px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #dee2e6;
}
.form-control:focus {
  box-shadow: none;
}
.form-label.required::after {
  content: " *";
  color: red;
}


    footer {
      background-color: #0b2c3d;
      color: #ffffff;
    }
    .footer-logo img {
    max-width: 120px;
}
    footer a {
      color: #ffffff;
      text-decoration: none;
    }
    footer a:hover {
      text-decoration: underline;
    }
    footer h5, footer h6 {
      font-weight: 700;
    }
    .footer-icon i {
      font-size: 1.2rem;
    }
    .newsletter-input {
      background: #16394c;
      border: none;
      color: white;
    }
    .newsletter-input::placeholder {
      color: #ccc;
    }
    .newsletter-box button {
    right: 4px;
    top: 50%;
    margin-top: -18px;
    height: 36px;
    width: 36px;
}
    .newsletter-btn {
      background-color: #e74c3c;
      border: none;
      color: white;
    }
    .footer-bottom {
      border-bottom: 1px solid #295066;
      padding-bottom:20px;
      margin-bottom: 20px;
      font-size: 0.9rem;
    }
    .social-icons a {
      display: inline-block;
      margin-right: 10px;
      font-size: 1.2rem;
      color: white;
    }




.table thead {
      background-color: #00324e;
      color: white;
    }

   .table td, .table th {
      vertical-align: middle;
    }

    body .table-striped tbody tr:nth-of-type(odd) {
      background-color: #F6FBFF !important;
    }
    .table-striped>tbody>tr:nth-of-type(odd) {
    --bs-table-accent-bg: #F6FBFF !important;
}


    /* Sort arrow icons */
    .sort-icon {
      margin-left: 5px;
      font-size: 0.75rem;
    }
    .table td{padding: 10px 16px;}

    .table th {
      cursor: pointer; position: relative; padding: 15px 16px;
    }

    

.table-grad {
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -8px;

}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #c75b5b;
    border-color: #c75b5b;
}

 .btn-custom-primary {
  position: relative;
  background: linear-gradient(to right, #C75B5B 50%, #002B45 50%);
  background-size: 200% 100%;
  background-position: left bottom;
  color: white;
  border: none;
  transition: all 0.4s ease-in-out;
}


.btn-custom-primary:hover {
  background-position: right bottom;
  color: white;
}

    /* .btn-custom-primary:hover,
    .btn-check:focus+.btn-custom-primary,
    .btn-custom-primary:focus {
      background-color: #C75B5B;
      border-color: #C75B5B;
      color: white;
    } */
     

/*review*/

.review-card {border-bottom: 1px solid #dee2e6; padding: 1.5rem 0;}
.review-card .review-header {display: flex; justify-content: space-between; align-items: start;}
.review-card .review-user {display: flex; align-items: center;}
.review-card .review-user img {width: 40px; height: 40px; border-radius: 50%; margin-right: 0.75rem;}
.review-card .review-meta {display: flex; align-items: center; gap: 0.75rem; flex-wrap: wrap;}
.star-rating i.fil {color: #f1c40f !important;}
.star-rating i.filnone {color: #C7D5DD !important;}
.review-card .review-date {font-size: 0.9rem; color: #6c757d;}
.review-card .fa-three-dots-vertical {cursor: pointer;}
.review-card .fa-three-dots-vertical img {max-width: 5px;}
.my-images-row .image-card:before {content: ""; display: block; position: absolute; left: 0; right: 0; top: 0; bottom: 0; background: rgba(0, 43, 69, 0.75); border-radius: 6px;}

.my-images-row .image-overlay a {width: 40px; height: 40px; display: inline-block; line-height: 34px; text-align: center;}
.my-images-row .image-overlay,
.my-images-row .image-card:before{display: none;}
.my-images-row .image-card:hover .image-overlay,
.my-images-row .image-card:hover:before{display: block;}

.mywork-time .day-card {border-radius: 1rem; background-color: #f8fbff; border: 1px solid #e0e6ed; position: relative; transition: 0.3s;}
.mywork-time .day-card.active {background-color: #00263a; color: white;}
.mywork-time .day-card h6 {letter-spacing: 5px;}
.mywork-time .day-card select {border-radius: 0.5rem;}
.mywork-time .day-card input[type="checkbox"] {position: absolute; top: 22px; right: 24px; width: 1rem; height: 1rem;}
.mywork-time .day-card.active select {background-color: #fff; color: #000;}
.mywork-time .day-card.active h6{color: #fff !important;}    
.mywork-time .day-card.saturdat-sunday {border-top-right-radius: 5px; border-bottom-left-radius: 5px;}

.founder-img {border-top-left-radius: 300px; border-top-right-radius: 300px;}

.testimonials-left-img {border-top-right-radius: 110px;}
.testimonial-card {padding-left: 60px; padding-right: 11rem;}
.testimonial-card .fa-quote-left {top: -20px; left: -52px; color: #D8D7D7;}
.carousel-arrow button{position: relative; border: 2px solid #002B45; opacity: 1; display: inline-block; width: 50px; height: 50px; border-radius: 100%; color: #002B45;}
.carousel-arrow button:hover{background: #C75B5B !important; border-color: #C75B5B !important; color: #fff !important;}
.pointer-event .carousel-arrow {margin-left: 60px;}

/*Login*/
.left-panel {background-size: cover !important; color: white; height: 100vh; position: relative; border-radius: 22px 222px 22px 22px; overflow: hidden;}
.login-form .logo img {max-width: 80px;}
.left-panel .left-overlay {position: absolute; bottom: 0px; left: 0px; right: 0px; background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%); padding: 40px;}

.left-panel-signin {background-size: cover !important; color: white; height: 100vh; position: relative; border-radius: 22px 222px 22px 22px; overflow: hidden;}

.left-panel-signin .left-overlay-signin {position: absolute; bottom: 0px; left: 0px; right: 0px; background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 20%); padding: 40px;}

@media (max-width: 768px) {
  .left-panel-signin {
    border-radius: 0; /* Remove border-radius on small screens */
    margin-bottom: 20px;
    height: 500px;
  }
}

.owl-prev,
.owl-next {
  transition: all 0.3s ease;
}

.login-form {padding: 0px; max-width: 460px; margin: auto;} 
.custom-file-upload{position: relative;}
.custom-file-upload input[type="file"] {position: absolute; top: 0; right: 0; margin: 0; padding: 0; opacity: 0; height: 100%; width: 100%; cursor: pointer;}
.uploadfield button.upload-btn {right: 5px; top: 4px;}
.uploadfield .file-name {line-height: 31px;}

.chooseyour-row .card-overlay {position: absolute; bottom: 0; padding: 20px; color: white; background: linear-gradient(180deg, rgba(0, 43, 69, 0) 0%, rgba(30, 30, 30, 0.8) 100%); width: 100%;}
.chooseyour-card {top: 100%; left: 0; right: 0; background: #002B45; bottom: 0; z-index: 2;}
.chooseyour-row .chooseyour-card {-webkit-transition-duration: 0.5s; -moz-transition-duration: 0.5s; -ms-transition-duration: 0.5s; transition-duration: 0.5s;}
.chooseyour-row .card-hover{border-radius: 15px;}
.chooseyour-row .chooseyour-card{opacity: 0;}
.chooseyour-row .card-hover:hover .chooseyour-card{opacity: 1; top: 0;}

.form-section .filter-btn.active {background-color: #cc5e5e; color: #fff;}

.camps:hover i.shirt_hover{display: inline-block;}
.camps:hover i.shirt,
.camps i.shirt_hover{display: none;}
.form-section .btn-group button {min-width: 191px; min-height: 40px;}
.form-section .form-select {padding: .675rem 2.25rem .675rem  1.3rem;}

.services-listpage .activity-card {border-radius: 12px; overflow: hidden; box-shadow: 0 0 10px rgba(0,0,0,0.05); margin-bottom: 20px;}
.services-listpage .activity-img {height: 100px; width: 120px; object-fit: cover;}
.badge-custom {background-color: #fdd835; border-radius: 0px 14px 0px 14px;}

.services-listpage .services-list-box {width: 370px; border-radius: 12px; background-size: cover !important; background-position: center !important;}
span.rating-badge {padding: 6px 12px; min-width: 82px;}
/*.map-box {background-color: #f5f5f5; border-radius: 10px; overflow: hidden;}*/

.support-card {background-color: #002f4b; color: #ffffff;}
.support-card .phone-number {font-size: 18px; margin: 15px 0; display: flex; align-items: center; gap: 10px;}
.whatsapp-button {border: 2px solid #fff; border-radius: 40px; padding: 10px 25px; background-color: transparent; color: #fff; font-weight: 500; display: inline-flex; align-items: center; gap: 10px; text-decoration: none; transition: all 0.3s ease;}
.whatsapp-button:hover {background-color: #25d366; border-color: #25d366; color: #fff;}

.relatedservices .owl-carousel .card {border-radius: 12px; overflow: hidden;}
.relatedservices .badge {font-size: 12px; background: #e4e4e4;}
.relatedservices .owl-carousel .owl-item .rating-badge img {width: auto; display: inline-block;}   

.profile-card img.avatar {width: 80px; height: 80px;}
.social-icons button {width: 40px; height: 40px;}


.generated{background: #F3F8FC;}


 /*.section-title {
      font-size: 20px;
      font-weight: 600;
      margin-top: 40px;
    }

    .media-box {
      position: relative;
      overflow: hidden;
      border-radius: 12px;
      cursor: pointer;
    }

    .media-box img {
      width: 100%;
      height: auto;
      display: block;
      border-radius: 12px;
    }

    .play-btn {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      font-size: 32px;
      color: #fff;
      background: rgba(0, 0, 0, 0.4);
      padding: 10px 15px;
      border-radius: 50%;
    }

    .filter-btn-group .btn {
      margin-right: 10px;
      margin-bottom: 10px;
    }

    .description-section {
      margin-top: 40px;
    }

    .btn-outline-primary, .btn-outline-danger {
      font-size: 14px;
    }

    .btn-danger {
      background-color: #dc3545;
      border-color: #dc3545;
    }*/

.gallery-item {
      position: relative;
      overflow: hidden;
      border-radius: 10px;
      cursor: pointer;
    }

    .gallery-item img {
      width: 100%;
      transition: transform 0.3s ease;
      border-radius: 10px;
    }

    .gallery-item:hover img {
      transform: scale(1.05);
    }

.gallery-row .overlay {
      position: absolute;
      top: 0; left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.5);
      opacity: 0;
      visibility: hidden;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 10px;
      transition: 0.3s;
    }

    .gallery-item:hover .overlay {
      opacity: 1;
      visibility: visible;
    }

.gallery-row .overlay i {
      color: #fff;
      font-size: 2rem;
    }

.modal .modal-body {
      /* padding: 0; */
      position: relative;
      /* background: black; */
    }

.modal .modal-img {
      width: 100%;
      height: auto;
    }

.modal .close-button {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 2rem;
    color: white;
    background: rgba(0,0,0,0.6);
    border: none;
    padding: 0px 8px;
    border-radius: 50%;
    z-index: 10;
    width: 40px;
    height: 40px;
}

.modal .nav-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1rem;
    background: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    padding: 10px;
    border-radius: 50%;
    z-index: 10;
    width: 40px;
    height: 40px;
}

.modal .prev-btn { left: 15px; }
.modal .next-btn { right: 15px; }







