body,

html {

  height: 100%;

  font-family: 'Poppins', sans-serif;

  font-size: 14px;

  background: #fff;

  line-height: 1.2;

  font-weight: 400 !important;

}



/**,

::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-family: 'Poppins', sans-serif;

}



.font-weight-extrabold {

  font-weight: 800 !important;

  font-family: 'Poppins', sans-serif;

}



.font-weight-bold {

  font-weight: 700 !important;

  font-family: 'Poppins', sans-serif;

}



.font-weight-semibold {

  font-weight: 600 !important;

  font-family: 'Poppins', sans-serif;

}



.font-weight-medium {

  font-weight: 500 !important;

  font-family: 'Poppins', sans-serif;

}



.font-weight-normal {

  font-weight: 400 !important;

  font-family: 'Poppins', sans-serif;

}



.font-weight-light {

  font-weight: 300 !important;

  font-family: 'Poppins', sans-serif;

}

.text-justify {
text-align: justify;
}

/*---------------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: 10px !important;

}



.font-size-15 {

  font-size: 15px;

}



.font-size-16 {

  font-size: 16px !important;

}



.font-size-17 {

  font-size: 17px;

}



.font-size-18 {

  font-size: 18px !important;

}



.font-size-19 {

  font-size: 19px;

}



.font-size-20 {

  font-size: 20px;

}



.font-size-21 {

  font-size: 21px !important;

}



.font-size-22 {

  font-size: 22px !important;

}



.font-size-23 {

  font-size: 23px;

}



.font-size-24 {

  font-size: 24px !important;

}



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

}



/*---------------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-primary {

  color: #0C388A !important;

}



.text-primary-light {

  color: #A3BFF3 !important;

}



.text-secondary {

  color: #CDCDCD !important;

}



.text-gray {

  color: #838B9E !important;

}



/*---------------Text Color End---------------*/



/*---------------Button Start---------------*/

.btn.focus,

.btn:focus {

  outline: 0 !important;

  box-shadow: none !important;

}



.btn-danger {

  background-color: #E76024;

  border-color: #E76024;

}



.btn-danger:hover,

.btn-check:focus+.btn-danger,

.btn-danger:focus {

  background-color: #D35922;

  border-color: #D35922;

}



.btn-primary {

  background-color: #0099da;

  border-color: #0099da;

}



.btn-primary:hover,

.btn-check:focus+.btn-primary,

.btn-primary:focus {

  background-color: #0287bf;

  border-color: #0287bf;

}



.btn-light {

  background-color: #fff;

  border-color: #fff;

  color: #323232;

}



.btn-light:hover,

.btn-check:focus+.btn-light,

.btn-light:focus {

  background-color: #323232;

  border-color: #323232;

  color: #fff;

}



/*---------------Button End---------------*/



/*---------------BG Background Start---------------*/

.bg-primary {

  background-color: #0C388A !important;

}



.bg-light {

  background-color: #F4F4F4 !important;

}



.bg-dark {

  background-color: #323232 !important;

}



.bg-danger {

  background-color: #ef4036 !important;

}



.bg-primary-light {

  background-color: #ECEFF6 !important;

}



.bg-gray {

  background-color: #4B4D53 !important;

}



/*---------------BG Background End---------------*/





/*.home-banner {padding-top: 3rem;}*/

.homepad {

  padding-top: 5.5rem;

  padding-bottom: 5.5rem;

}



body.pad {

  padding-top: 128px;

}



.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: 1.5rem; padding-left: 1.5rem; position: relative;}

.topmenu.navbar-expand-lg .navbar-nav .nav-link {margin-left: 0.9rem; margin-right: 0.9rem; padding: 1rem 0rem;}

.navbar-expand-lg .navbar-nav li .nav-link:hover,.navbar-expand-lg .navbar-nav li:hover .nav-link {color: #0C388A;}





.topmenu .navbar-nav > li.nav-item>a::before {

  background-color: #0C388A;

  content: "";

  position: absolute;

  left: 0;

  bottom: 8px;

  display: inline-block;

  width: 100%;

  height: 1px;

  -webkit-transform-origin: left;

  -ms-transform-origin: left;

  transform-origin: left;

  -webkit-transform: scaleX(0);

  -ms-transform: scaleX(0);

  transform: scaleX(0);

  -webkit-transition: 0.3s cubic-bezier(0.45, 0.1, 0, 0.95);

  -o-transition: 0.3s cubic-bezier(0.45, 0.1, 0, 0.95);

  transition: 0.3s cubic-bezier(0.45, 0.1, 0, 0.95);

}



.topmenu .navbar-nav > li.nav-item a:hover:before,.topmenu .navbar-nav > li.nav-item:hover a:before {

        -webkit-transform: scaleX(1);

        -ms-transform: scaleX(1);

        transform: scaleX(1);

    }



/*.topmenu .navbar-nav > li.nav-item a::before {position: absolute; left: -100%; right: 0; background: #0C388A; content: ''; width: 100%; height: 1px; z-index: 1; visibility: hidden; bottom: -1px; background-position: bottom center;}

.topmenu .navbar-nav > li.nav-item:hover > a::before,

.topmenu .navbar-nav > li.nav-item.active a::before {left: 0%; transition: all 0.5s ease; visibility: visible;}*/



.navbar-nav .dropdown:hover > .dropdown-menu {

  /* display: block; */

  visibility: visible;

  transition: all .6s ease;

  opacity: 1;

  transform: none;

}

.navbar-nav .dropdown>.dropdown-toggle:active {pointer-events: none;}

.navbar-expand-lg .navbar-nav .dropdown-menu {

  min-width: 190px;

  border-bottom-right-radius: .65rem !important;

  border-bottom-left-radius: .65rem !important;

  -webkit-transform: rotate3d(1, 0, 0, -90deg);

  transform: rotate3d(1, 0, 0, -90deg);

  -webkit-transform-origin: 0 0;

  transform-origin: 0 0;

  transition: all .6s ease;

  visibility: hidden;

  opacity: 0;

  display: initial;

}

.navbar-nav li.nav-item > a {border-top-left-radius: 4px; border-top-right-radius: 4px;}

.navbar-expand-lg .navbar-nav .dropdown-menu::before {content: ""; width: 0px; height: 0px; border-left: 8px solid transparent; border-right: 8px solid transparent; border-bottom: 8px solid #fff; position: absolute; left: 20px; top: -8px;}

}



.navbar-nav .nav-item.dropdown ul li a.dropdown-item:focus, 

.navbar-nav .nav-item.dropdown ul li a.dropdown-item:hover {color: #e76024; background-color: transparent;}



.navbar-nav li.nav-item.dropdown a.dropdown-toggle::after {border-top: .4em solid #fff; 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;}

.navbar-expand-lg .navbar-nav .dropdown-menu li {position: relative;}

.navbar-expand-lg .navbar-nav .dropdown-menu li::before {position: absolute; content: ""; width: 3px; top: 0; bottom: 0; background-color: #fff; left: -14px;}

.navbar-expand-lg .navbar-nav .dropdown-menu li:hover::before{background-color: #e65f23;}

.secondment .navbar-nav li.nav-item.highlight>a {background: url(../images/highlight-btn.png) no-repeat; background-size: 100% 42px; height: 42px; color: #FFFFFF; text-shadow: 0px 2px 0px rgba(0, 0, 0, 0.4); padding-top: 9px; border-radius: 70px;}

.secondment .navbar-nav li.nav-item.highlight a.dropdown-toggle::after {border-top: .4em solid #fff;}

.secondment .navbar-nav li.nav-item.highlight a.dropdown-toggle::before {content: ""; border-top: .4em solid rgba(0, 0, 0, 0.4); border-right: .4em solid transparent; border-bottom: 0; border-left: .4em solid transparent; margin-left: .455em; top: 1.2em; position: absolute; right: 21px;}

.secondment .navbar-nav li.nav-item.highlight .dropdown-menu {border-radius: .65rem !important;}



.navbar-expand-lg .navbar-nav li.nav-item.logo a::before {display: none;}

.secondment .navbar-nav li.nav-item.highlight:hover > a {/*border-bottom-left-radius: 0; border-bottom-right-radius: 0;*/ background-color: transparent;}

.offcanvas {background-color: #FFF;}

.offcanvas .offcanvas-body {padding: 0 20px 50px;}

.header-top .offcanvas .navbar-nav > li > a {

  padding: 12px 20px !important;

  font-size: 15px;

  letter-spacing: 0.4px;

  color: #4A4A4A !important;

  border-radius: 50px;

  position: relative;

  z-index: 2;

}

.header-top .offcanvas .navbar-nav > li:hover > a, 

.header-top .offcanvas .navbar-nav > li > a.active {color: #FFF !important; background-color: #3281d7;}

.offcanvas .offcanvas-header .btn-close {opacity: 1; position: absolute; right: 20px; top: 20px; background-color: #fff; border-radius: 100px; width: 12px; height: 12px;}

.offcanvas .offcanvas-header img {max-width: 220px;}

.btn-close:focus {box-shadow: none !important;}

/*.offcanvas .offcanvas-header .btn-close {background: none !important; opacity: 1; position: absolute; right: 22px; top: 17px;}*/

.header-top .offcanvas .navbar-nav li.nav-item.linemenu hr {background-color: rgba(153, 152, 152, 0.4); opacity: 1; margin: 1rem 0;}



.topmenu .navbar-nav li.nav-item.dropdown a.dropdown-toggle::after {border-top: .4em solid #6e6e6e;}

.topmenu .navbar-nav li.nav-item.dropdown:hover a.dropdown-toggle::after{border-top-color: #0C388A;}



@media screen and (max-width: 991px) {



  /*-------------Menu Design Start--------------*/

  /*.header-top .nav-menu {

    margin-left: 0;

    position: absolute;

    top: 46px;

    right: 11px;

    left: 11px;

    background: #fff;

    z-index: 1;

    padding: 0px;

    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;

  }



  .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: .6rem 1rem !important;

    color: #4A4A4A !important;

  }



  .header-top ul.navbar-nav > li > a:hover {background: transparent; color: #7baaff !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: 30px;

  height: 30px;

  display: inline-block;

  background-size: 150px;

  -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 -40px;

}



.social_media a.tw {

  background-position: -38px 0px;

}



.social_media a.tw:hover {

  background-position: -38px -40px;

}



.social_media a.pin {

  background-position: -79px 2px;

}



.social_media a.pin:hover {

  background-position: -79px -40px;

}



.social_media a.ista {

  background-position: -119px 2px;

}



.social_media a.ista:hover {

  background-position: -119px -40px;

}



.home-banner .carousel-item::before {

  position: absolute;

  display: none;

  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;

}



.welcome-line::after {

  width: 90px;

  display: inline-block;

  content: "";

  background: #0c388a;

  height: 1px;

  margin-left: 1rem;

}



.welcome-line-white::after {

  width: 90px;

  display: inline-block;

  content: "";

  background: #A3BFF3;

  height: 1px;

  margin-left: 1rem;

}



.line-white-two::before {

  width: 90px;

  display: inline-block;

  content: "";

  background: #A3BFF3;

  height: 1px;

  margin-right: 1rem;

}



.about-img {

  max-width: 200px;

  bottom: -50px;

  left: -50px;

}



.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: 10px 15px; color: #333;}



.secondment .navbar-nav li.nav-item {border-top: 3px solid #0c388a; border-bottom: 3px solid #0c388a;}

.secondment .navbar-nav li.nav-item .nav-link{padding-top: 12px; padding-bottom: 12px;}

.secondment .navbar-nav li.nav-item:hover{border-top-color: #0C388A; border-bottom-color: #E76024;}

.secondment .navbar-nav li.nav-item.highlight:hover {border-bottom-color: #0C388A;}

.secondment .navbar-nav li.nav-item:hover .nav-link, 

.secondment .navbar-nav li.nav-item:hover .nav-link.show {background-color: #E76024;}



.navbar-expand-lg .navbar-nav li.nav-item.logo a {padding-right: 2rem; padding-left: 2.5rem;}



.header-top .offcanvas ul li.dropdown{position: relative;}

.header-top .offcanvas ul li.dropdown input {position: absolute; left: 0; right: 0; height: 32px; z-index: 3; opacity: 0; cursor: pointer;}

.header-top .offcanvas ul li.dropdown ul.submenu {-webkit-transform: rotate3d(1, 0, 0, -90deg); transform: rotate3d(1, 0, 0, -90deg); -webkit-transform-origin: 0 0; transform-origin: 0 0; transition: all .6s ease; visibility: hidden; opacity: 0;height: 0; position: relative; z-index: 1;}

.header-top .offcanvas ul li.dropdown input:checked ~ ul.submenu {

  visibility: visible;

  transition: all .6s ease;

  opacity: 1;

  transform: none;

  height: auto;

  background-color: #559cea;

  padding-bottom: 16px !important;

  padding-top: 32px !important;

  border-bottom-left-radius: 12px;

  border-bottom-right-radius: 12px;

  margin-top: -18px !important;

}

.header-top .offcanvas ul li.dropdown input:checked ~ a{color: #fff !important; background-color: #3281d7; position: relative;}

.header-top .offcanvas ul li.dropdown ul.submenu li {padding: 2px 10px 2px 37px;}

/*.header-top .offcanvas ul li.dropdown ul.submenu li a {font-size: 17px; white-space: nowrap;}*/

/*.header-top .offcanvas ul li.dropdown ul.submenu {padding-top: 16px !important;}*/

.header-top .offcanvas ul li.dropdown ul.submenu li:last-child {padding-bottom: 0;}

.header-top .offcanvas ul li.dropdown ul.submenu li input:checked ~ a {color: #00AEEF !important;}

.header-top .offcanvas ul li.dropdown ul.submenu li a {position: relative; display: block;}

.header-top .offcanvas ul li.dropdown ul.submenu li a::before {background-color: #fff; width: 5px; height: 5px; display: block; position: absolute; content: ""; border-radius: 100%; margin-top: -2px; top: 50%; left: -15px; -webkit-transition: -webkit-transform .2s; transition: -webkit-transform .2s; transition: transform .2s; transition: transform .2s,-webkit-transform .2s;}

.header-top .offcanvas ul li.dropdown ul.submenu li:hover a{color: #02366F !important;}

.header-top .offcanvas ul li.dropdown ul.submenu li:hover a::before {background-color: #02366F ;}

.header-top .offcanvas ul li.dropdown ul.submenu li a {color: #fff !important; text-transform: capitalize; font-size: 16px;}



.header-top .offcanvas ul li.dropdown > a::after {

  content: "";

  /* border: solid white; */

  border-width: 0 2px 2px 0;

  /* padding: 3px; */

  /* transform: rotate(-45deg); */

  /* -webkit-transform: rotate(-45deg); */

  position: absolute;

  right: 17px;

  top: 18px;

  -webkit-transition: -webkit-transform .2s;

  transition: -webkit-transform .2s;

  transition: transform .2s;

  transition: transform .2s,-webkit-transform .2s;

  border-top: .5em solid #9F9F9F;

  border-right: .5em solid transparent;

  border-bottom: 0;

  border-left: .5em solid transparent;

}

.header-top .offcanvas ul li.dropdown input:checked ~ a::after,

.header-top .offcanvas ul li.dropdown:hover a::after {

  /* -webkit-transform: rotate(45deg); */

  /* transform: rotate(45deg); */

  /* border-color: #E76024; */

  border-top: 0;

  border-right: .5em solid transparent;

  border-bottom: .5em solid #fff;

  border-left: .5em solid transparent;

  top: 17px;

}

.header-top .offcanvas ul li.dropdown.highlight > a {

  color: #fff !important;

  border-radius: 4px;

  background: url(../images/highlight-btn.png) no-repeat;

  background-size: 100% 47px;

  padding-top: 10px !important;

  padding-bottom: 18px !important;

  text-shadow: 0px 2px 0px rgba(0, 0, 0, 0.4);

  border-radius: 70px !important;

}

.header-top .offcanvas ul > li.dropdown.highlight > a {/*margin: 0 0px; padding-left: 18px !important;*/ position: relative; z-index: 2;}

.header-top .offcanvas ul li.dropdown.highlight a::after {top: 19px; right: 17px; border-top: .5em solid #fff; border-right: .5em solid transparent; border-bottom: 0; border-left: .5em solid transparent;}

.header-top .offcanvas ul li.dropdown.highlight input:checked ~ a::after { border-top: 0;

  border-right: .5em solid transparent;

  border-bottom: .5em solid #fff;

  border-left: .5em solid transparent; top: 18px;}

.header-top .offcanvas ul li.dropdown.highlight input:checked ~ a {

  /* color: #fff !important; */

  background-color: transparent;

}

.header-top .offcanvas ul li.dropdown.highlight .submenu {margin-top: 18px !important;}

/*.header-top .offcanvas ul li.dropdown.highlight input:checked ~ .submenu {margin-top: 0px !important;}*/

.header-top .offcanvas ul li.dropdown.highlight {margin-top: 12px;}

.offcanvas .offcanvas-body .header_menu_callbuttom_text .text-white {

  color: #585959 !important;

}

.offcanvas .offcanvas-header .navbar-brand {

  padding-top: 0 !important;

  padding-left: 0 !important;

}

.header-top .offcanvas .navbar-nav > li {

  margin-bottom: 5px;

}

.robotic-surgery-section table {
  width: 100%;
  border-collapse: collapse;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  margin-top: 30px;
}

.robotic-surgery-section th,
.robotic-surgery-section td {
  border: 1px solid #ddd;
  padding: 12px 16px;
  text-align: left;
}

.robotic-surgery-section th {
  background-color: #f5f7fa;
  color: #0c388a;
  font-weight: 600;
  font-size: 15px;
}

.robotic-surgery-section tr:nth-child(even) {
  background-color: #f9f9f9;
}

.robotic-surgery-section tr:hover {
  background-color: #eef2f7;
}

.robotic-surgery-section td {
  font-size: 14px;
  color: #444;
}

.whats-app {
    position: fixed;
    width: 50px;
    height: 50px;
    bottom: 20px;
    right: 15px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
    justify-content: center;
    display: flex;
    align-items: center;
}
.whats-app:hover {
    background-color: #20b858;
    text-decoration: none;
    color: #fff;
}
a.whats-app i {
    margin-top: 10px;
    font-size: 30px;
    margin-left: 2px;
}

.call-stickey-btn {
    position: fixed;
    width: 50px;
    height: 50px;
    bottom: 80px;
    right: 15px;
    background-color: #0C388A;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
    justify-content: center;
    display: flex;
    align-items: center;
}
.call-stickey-btn:hover {
    background-color: #0C388A;
    text-decoration: none;
    color: #fff;
}
a.call-stickey-btn i {
	margin-top: 15px;
    font-size: 20px;
    margin-left: 2px;
}
.appointment-stickey-btn{
    position: fixed;
    width: 50px;
    height: 50px;
    bottom: 141px;
    right: 15px;
    background-color: #E76024;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
    justify-content: center;
    display: flex;
    align-items: center;

}
.appointment-stickey-btn:hover {
    background-color: #E76024;
    text-decoration: none;
    color: #fff;
}
a.appointment-stickey-btn i {
	margin-top: 15px;
    font-size: 19px;
    margin-left: 2px;
}
.isotope-grid {
    display: flex;
    flex-wrap: wrap;
    margin: -10px;
}

.isotope-item {
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
}

@media (min-width: 576px) {
    .isotope-item {
        width: 50%;
    }
}

@media (min-width: 768px) {
    .isotope-item {
        width: 33.333%;
    }
}

