@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css");
 @import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css");
 @import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.6.0/css/all.min.css");
 @import url(https://fonts.googleapis.com/css?family=Roboto:700);
 @font-face {
     font-family: 'poppinsbold';
     src: url('../fonts/poppins-bold-webfont.woff2') format('woff2'), url('../fonts/poppins-bold-webfont.woff') format('woff');
     font-weight: normal;
     font-style: normal;
}
 @font-face {
     font-family: 'poppinsextrabold';
     src: url('../fonts/poppins-extrabold-webfont.woff2') format('woff2'), url('../fonts/poppins-extrabold-webfont.woff') format('woff');
     font-weight: normal;
     font-style: normal;
}
 @font-face {
     font-family: 'poppinslight';
     src: url('../fonts/poppins-light-webfont.woff2') format('woff2'), url('../fonts/poppins-light-webfont.woff') format('woff');
     font-weight: normal;
     font-style: normal;
}
 @font-face {
     font-family: 'poppinsmedium';
     src: url('../fonts/poppins-medium-webfont.woff2') format('woff2'), url('../fonts/poppins-medium-webfont.woff') format('woff');
     font-weight: normal;
     font-style: normal;
}
 @font-face {
     font-family: 'poppinsregular';
     src: url('../fonts/poppins-regular-webfont.woff2') format('woff2'), url('../fonts/poppins-regular-webfont.woff') format('woff');
     font-weight: normal;
     font-style: normal;
}
 @font-face {
     font-family: 'poppinssemibold';
     src: url('../fonts/poppins-semibold-webfont.woff2') format('woff2'), url('../fonts/poppins-semibold-webfont.woff') format('woff');
     font-weight: normal;
     font-style: normal;
}
 html {
     scroll-behavior: smooth;
}
 body {
     font-family: 'Work Sans', sans-serif;
     color: #001446;
}
 ::-webkit-scrollbar {
     width: 10px;
}
 ::-webkit-scrollbar-thumb {
     background: #0278DC;
}
 ::-webkit-scrollbar-track {
     background: #dedede;
}
 a {
     text-decoration: none;
     color: #2b2b2b;
}
 a:hover {
     text-decoration: none;
     color: #000;
}
 hr:not([size]) {
     height: 1px;
     color: #0278DC;
}
 .bold {
     font-family: 'poppinsbold';
}
 .med-bold {
     font-family: 'poppinsmedium';
}
 .ex-bold {
     font-family: 'poppinsextrabold';
}
 .accordion-button:not(.collapsed) {
     color: #fff;
     background: linear-gradient(90deg, #FFA811 0%, #F33B00 100%);
     box-shadow: none;
     border: none;
}
 .common-list {
     margin: 0;
     padding: 0;
}
 .common-list li {
     list-style: none;
     position: relative;
     padding-left: 22px;
     margin-bottom: 10px;
}
 .common-list li:before {
     content: "\f058";
     font-family: "Font Awesome 5 Free";
     background: transparent;
     font-weight: bold;
     border: 2px solid transparent;
     position: absolute;
     font-size: .9rem;
     border-radius: 50%;
     color: #0278DC;
     left: 0;
     top: 0;
}
 .img-rounded {
     border-radius: 20px;
     border: 5px solid #fff;
     transition: transform 0.5s ease;
}
 .img-rounded:hover {
     transform: scale(1.05) rotate(1deg);
}
 .only-mob {
     display: none;
}
 .small-text {
     font-size: 0.8rem;
}
 .too-small-text {
     font-size: 0.7rem;
}
.theme-color {
    color: #0278dc;
    font-weight: 600;
}
 .common-btn {
     background: #0278DC;
     color: #fff;
     text-align: center;
     padding: 7px 30px;
     text-decoration: none;
     outline: none;
     border: 0;
     display: inline-block;
     cursor: pointer;
     border-radius: 30px;
     font-size: .9rem;
     transition: 0.3s ease-in-out;
}
 .common-btn:hover, .common-btn:focus {
     color: #fff;
     box-shadow: 0 6px 8px rgb(0 0 0 / .5);
     transform: scale(1.05);
}
 .white-common-btn {
     background: #fff;
     color: #0278DC;
     text-align: center;
     padding: 7px 30px;
     text-decoration: none;
     outline: none;
     border: 0;
     display: inline-block;
     cursor: pointer;
     border-radius: 30px;
     font-size: .9rem;
     transition: 0.3s ease-in-out;
}
 .white-common-btn:hover, .white-common-btn:focus {
     color: #0278DC;
     box-shadow: 0 6px 8px rgb(0 0 0 / .5);
     transform: scale(1.05);
}
 .common-outline-btn {
     background: #fff;
     color: #0278DC;
     text-align: center;
     padding: 7px 30px;
     text-decoration: none;
     outline: none;
     border: 1px solid #0278DC;
     display: inline-block;
     cursor: pointer;
     border-radius: 30px;
     font-size: .9rem;
     transition: 0.3s ease-in-out;
}
 .common-outline-btn:hover, .common-outline-btn:focus {
     color: #0278DC;
     box-shadow: 0 6px 8px rgb(0 0 0 / .5);
     transform: scale(1.05);
}
 .bdr-one {
     border: 1px solid #ccc;
}
 .common-heading {
     font-family: 'poppinsextrabold';
}
 .common-heading span {
     color: #880D30;
}
/*Owl Carousel CSS*/
 .blog .owl-prev {
     top: 40% !important;
}
 .blog .owl-next {
     top: 40% !important;
}
 .owl-prev {
     width: 30px;
     height: 30px;
     line-height: 33px;
     border-radius: 4px;
     text-align: center;
     background: #0278DC;
     color: #fff;
     opacity: 1;
     position: absolute;
     top: 45% !important;
     left: -45px;
}
 .owl-next {
     width: 30px;
     height: 30px;
     line-height: 33px;
     border-radius: 4px;
     text-align: center;
     background: #0278DC;
     color: #fff;
     opacity: 1;
     position: absolute;
     top: 45% !important;
     right: -45px;
}
 .owl-theme .owl-nav [class*=owl-] {
     color: #686868;
     font-size: 14px;
     padding: 0;
     background: #ccc;
}
 .owl-carousel .owl-stage {
     display: flex;
}
 .owl-theme .owl-dots .owl-dot span {
     width: 15px;
     height: 15px;
}
 .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
     background: #000;
}
 .owl-carousel .owl-stage-outer {
     display: flex;
}
 .owl-carousel .owl-item img.comma {
     width: 70px;
     display: inline-block;
}

/*Navbar CSS*/
 /*.mega-menu {
     width: 600px;
     left: 0;
     right: 0;
     margin: auto;
     border-top: 3px solid #0d6efd;
}
 .dropdown-submenu {
     position: relative;
}
 .dropdown-submenu .submenu {
     display: none;
     position: absolute;
     left: 100%;
     top: 0;
     margin-left: 0.1rem;
}
 .dropdown-submenu:hover .submenu {
     display: block;
}
 .dropdown-item {
     font-weight: 500;
}*/
 .sticky-top {
     position: sticky;
     top: 0;
     z-index: 1020;
}
 .navbar-nav {
     margin-top: 27px;
}
 .navbar-brand img {
     width: 150px;
}
 .navbar-expand-lg .navbar-nav .nav-link {
     padding: .5rem 1rem;
}
.top-links {
    text-align: right;
    position: absolute;
    top: 5px;
    left: 0;
    right: 0;
    z-index: 5;
}
 .top-links ul {
     padding: 0;
     margin: 0;
}
 .top-links ul li {
     list-style: none;
     margin-left: 7px;
     display: inline-block;
}
 .top-links ul li a {
     color: #575757;
     font-size: 1rem;
     transition: 0.3s;
     font-weight: 600;

}
 .top-links ul li a i {
     color: #0278DC;
     transition: 0.3s;
}
 .nav-link.common-btn {
     margin-left: 15px;
}
 li.nav-item {
     text-transform: uppercase;
     font-weight: 600;
     font-size: medium;
}
 .dropdown-item {
     font-size: 1rem;
     padding: 0.4rem 1rem;
     border-bottom: 1px dashed #ccc;
}
/*Banner CSS*/
 #BannerSlider .carousel-caption {
     text-align: left;
     position: absolute;
     top: 50%;
     left: 9%;
     right: 0;
     bottom: auto;
     transform: translateY(-50%);
}
 #BannerSlider .carousel-caption p {
     font-family: 'poppinssemibold';
     font-size: 2rem;
     margin-bottom: 5px;
}
 #BannerSlider .common-list li:before {
     color: #fff;
     top: 2px;
     font-size: 1rem;
}
 #BannerSlider .carousel-caption h2 {
     font-size: 2.5rem;
     font-family: 'poppinsextrabold';
     margin-bottom: 15px;
}
 #BannerSlider .common-list li {
     font-size: 1.3rem;
     padding-left: 26px;
}



.lag-line {
    color: #0278DC;
    font-weight: 600;
    font-family: cursive;
    font-size: 26px;
    margin-bottom: 2px;
    margin-top: -5px;
}

/*Common Section*/
 .common-section {
     padding: 40px 0;
}
 .common-blue-section {
     padding: 40px 0;
     color: #fff;
     background: url('../images/common-bg.webp');
     background-size: cover;
     background-repeat: no-repeat;
}
 .specialities-box {
     position: relative;
     overflow: hidden;
     border-radius: 20px;
}
 .specialities-box img {
     border-radius: 20px 20px 0 0;
     transition: transform .2s;
}
 .specialities-box img:hover {
     transform: scale(1.1);
     border-radius: 20px 20px 0 0;
}
 .specialities-title {
     background: #5a6d9d;
     padding: 10px;
     border-radius: 0 0 20px 20px;
     text-align: center;
     color: #fff;
     font-family: 'poppinsmedium';
     font-size: 1.1rem;
     z-index: 2;
     position: relative;
}
 .specialities-box label {
     display: block;
}
 .specialities-box label a {
     display: block;
     color: #fff;
}
 .text-color {
     color: #880d30;
     background: #ffffff6b;
     padding: 20px;
     border-radius: 20px;
}
 .text-color img {
     width: 70px;
}
 .blue-section {
     padding: 40px 0;
     color: #001446;
     background: url('../images/common-bg-2.webp');
     background-size: cover;
     background-repeat: no-repeat;
}
/*procedures*/
 .procedure-box {
     text-align: center;
}
 .procedure-box p a {
     color: #001446;
     font-family: 'poppinsmedium';
     font-size: 1.1rem;
     margin-top: 10px;
     display: block;
}
/*facility-box*/
 .facility-box {
     background: #ffffff6e;
     padding: 20px;
     text-align: center;
     border-radius: 15px;
}
 .facility-box label {
     display: block;
     color: #0278DC;
     margin-top: 10px;
}
 .facility-box img {
     width: 60px;
}
/*Tabs CSS*/
 .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
     background: #0278DC;
     border-radius: 30px;
     padding: .5rem 1.5rem;
}
 .nav-pills .nav-link {
     background: #D9D9D9;
     color: #575757;
     border-radius: 30px;
     padding: .5rem 1.5rem;
}
/*Testimonial*/
 .testimonial-box p {
     color: #575757;
     font-style: italic;
     margin-bottom: 10px;
}
 .testimonial-box label {
     font-family: 'poppinsmedium';
     font-style: italic;
}
 .comma {
     height: 70px;
     width: 70px;
     border-radius: 50%;
     background: #D7EDFF;
     line-height: 70px;
     text-align: center;
     margin: 0 auto;
     margin-bottom: 15px;
}
 .owl-carousel .owl-item .comma img {
     width: 45px;
     display: inline-block;
}
 .testimonial-box {
     border: 1px solid #0278DC;
     padding: 20px;
     border-radius: 20px;
}
 .education-box {
     position: relative;
}
 .education-box img {
     border-radius: 20px;
     border: 2px solid #fff;
}
 .education-box .play-icon {
     position: absolute;
     left: 0;
     right: 0;
     text-align: center;
     top: 50%;
     transform: translateY(-50px);
     display: block;
}
 .education-box .play-icon img {
     width: 65px;
     height: 65px;
     display: inline-block;
     border: none;
}
 .modal .btn-close {
     padding: .5rem .5rem;
     margin: -.5rem -.5rem -.5rem auto;
     position: absolute;
     right: -30px;
     top: -13px;
     background-color: #fff;
     opacity: 1;
     background-size: 10px;
     border-radius: 50%;
}
 .video-modal .modal-body {
     margin-bottom: -7px;
}
 h3.name a {
     color: #fff;
}
 .review-icon {
     display: flex;
}
 .review-icon img {
     width: 45px;
}
/*Blog*/
 .blog-box {
     border-radius: 20px;
     background: #fff;
     height: 100%;
     display: flex;
     align-items: start;
     flex-direction: column;
     border: 1px solid #ccc;
}
 .blog-text {
     padding: 15px;
     margin-bottom: auto;
}
 .blog-text h5 {
     margin-bottom: 0;
}
 .blog-text h5 a {
     color: #00335f;
     font-size: 1.1rem;
     font-family: 'poppinsmedium';
     display: -webkit-box;
     -webkit-line-clamp: 2;
    /* maximum 2 lines */
     -webkit-box-orient: vertical;
     overflow: hidden;
     text-overflow: ellipsis;
}
 .blog-footer {
     border-top: 1px solid #ccc;
     padding: 10px 15px;
     display: flex;
     justify-content: space-between;
     font-size: 0.9rem;
     width: 100%;
}
 .blog-footer a {
     color: #0278DC;
}
 .blog-footer label {
     color: #0278DC;
}
 .blog-carousel.owl-carousel .owl-item img {
     border-radius: 20px 20px 0 0;
}
 footer {
     background: #000D23;
     color: #fff;
     padding-top: 40px;
}
 .footer-logo {
     width: 130px;
     margin-bottom: 15px;
}
 footer h4 {
     font-family: 'poppinssemibold';
     color: #fff;
     font-size: 1.3rem;
}
 footer ul {
     margin: 0;
     padding: 0;
}
 footer ul li {
     list-style: none;
     margin-bottom: 10px;
}
 footer ul li a {
     color: #fff;
}
 footer ul li a:hover {
     color: #0278DC;
}
 .socail-links a {
     color: #fff;
     margin-right: 10px;
     font-size: 1.6rem;
}
 .socail-links a:hover {
     color: #0278DC;
}
 .modal-header h3 {
     font-family: 'poppinssemibold';
     font-size: 1.2rem;
}
 .form-control {
     font-size: 0.8rem;
}
 .form-select {
     font-size: 0.8rem;
}
/*Inner Pages CSS*/
 .common-inner-banner {
     padding: 60px 0;
     background: url(../images/common-inner-bg-2.webp);
     background-repeat: no-repeat;
     background-size: cover;
     color: #fff;
}
 .inner-banner-1 {
     padding: 60px 0;
     background: url(../images/inner-bg-2.webp);
     background-repeat: no-repeat;
     background-size: cover;
     color: #fff;
}
 .inner-banner {
     padding: 60px 0;
     background: url(../images/inner-bg.webp);
     background-repeat: no-repeat;
     background-size: cover;
     color: #fff;
}
 .breadcrumb-section {
     background: #f3f3f3;
     font-size: 0.9rem;
     padding: 10px 0;
}
 .rounded-box {
     padding: 20px;
     border-radius: 20px;
     border: 2px solid #0278DC;
     height: 100%;
}
 table thead th {
     background: #0278DC !important;
     color: #fff !important;
}
 .facilities {
     padding: 60px 0;
     background-color: #fff8f8;
}
/*atest-blog-box*/
 .latest-blog-box {
     background: #fff;
     height: 100%;
     display: flex;
     align-items: start;
     flex-direction: column;
     border: 1px solid #ccc;
}
/* Floating Social Media Iconsp */
 .sticky-sidebar.social-links {
     right: 0;
     width: 40px;
     position: fixed;
     top: 35%;
     z-index: 99;
     line-height: 32px;
}
 .list-unstyled {
     background: #890c30;
     border-radius: 10px 00px 0px 10px;
}
 .list-unstyled li a i {
     background: #890c30;
     padding: 10px;
     border-radius: 20px;
}
 .floating_btn {
     position: fixed;
     bottom: 200px;
     left: 5px;
     width: 172px;
     height: 100px;
     display: flex;
     flex-direction: column;
     align-items: center;
     justify-content: center;
     z-index: 100;
}
 .contact_icon {
     background-color: #42db87;
     color: #fff;
     width: 60px;
     height: 60px;
     font-size: 30px;
     border-radius: 50px;
     text-align: center;
     box-shadow: 2px 2px 3px #999;
     display: flex;
     align-items: center;
     justify-content: center;
     transform: translatey(0px);
     animation: pulse 1.5s infinite;
     box-shadow: 0 0 0 0 #42db87;
     -webkit-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
     -moz-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
     -ms-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
     animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
     font-weight: normal;
     font-family: sans-serif;
     text-decoration: none !important;
     transition: all 300ms ease-in-out;
}
 .fa-whatsapp:before {
     content: "\f232";
}
 .fa-phone-alt:before, .fa-phone-flip:before {
     content: "\f879";
}
 .floating-btn-2 {
     position: fixed;
     bottom: 200px;
     right: 5px;
     width: 172px;
     height: 100px;
     display: flex;
     flex-direction: column;
     align-items: center;
     justify-content: center;
     z-index: 100;
}
 .contact_icon.call-blue {
     background-color: #006889;
}

/*Mega Menu*/
.navbar-nav .ktm-mega-menu {
    position: static !important;
}
.navbar-nav .mega-menu{
    left: 0 !important;
    right: 0 !important;
    width: 60% !important;
    padding: 15px !important;
    margin: 0 auto !important;
}
.navbar-nav .mega-menu ul{
    margin: 0;
    padding: 0;
}
.navbar-nav .mega-menu ul li {
    list-style: none;
}
.navbar-nav .mega-menu ul li a.dropdown-item {
    padding: .5rem 0;
    background: none;
    padding-left: 20px;
    transition: 0.3s;
}

.navbar-nav .mega-menu ul li a.dropdown-item:hover{
    color: #0278DC;
}
.navbar-nav .mega-menu h5{
    font-size: 1.1rem;
    color: #0a3d98;
    text-transform: uppercase;
    font-family: 'poppinsmedium';
}
.navbar-nav .mega-menu ul li a.dropdown-item:before {
    left: 2px;
    top: 13px;
    transition: 0.3s;
}
.navbar-nav .mega-menu ul li a.dropdown-item:hover:before {
    left: 5px;
    top: 13px;
}
.navbar-nav .dropdown-menu .dropdown-item {
    position: relative;
    padding-left: 30px;
}
.navbar-nav .dropdown-menu .dropdown-item:before {
    content: "\f30b";
    font-family: "Font Awesome 5 Free";
    background: transparent;
    font-weight: bold;
    position: absolute;
    font-size: .6rem;
    color: #0278DC;
    left: 13px;
    top: 13px;
}
/*End Mega Menu*/

.doc-text{
    margin-top: 15px;
    border: 1px solid #7fc4ff;
    padding: 15px;
    border-radius: 15px;
    background: #f2f9ff;
    height: 100%;
}

.doc-text h4{
    font-family: 'poppinsbold';
    margin-top: 15px;
}
.doc-text p{
    margin-bottom: 0; 
}
.img-text{
    margin-bottom: auto;
}


/*404*/
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  padding: 0;
  margin: 0;
}

#notfound {
  position: relative;
  height: 70vh;
}

#notfound .notfound {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.notfound {
  max-width: 920px;
  width: 100%;
  line-height: 1.4;
  text-align: center;
  padding-left: 15px;
  padding-right: 15px;
}

.notfound .notfound-404 {
  position: absolute;
  height: 100px;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}

.notfound .notfound-404 h1 {
  font-family: 'Maven Pro', sans-serif;
  color: #ececec;
  font-weight: 900;
  font-size: 276px;
  margin: 0px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.notfound h2 {
  font-family: 'Maven Pro', sans-serif;
  font-size: 46px;
  color: #000;
  font-weight: 900;
  text-transform: uppercase;
  margin: 0px;
}

.notfound p {
  font-family: 'Maven Pro', sans-serif;
  font-size: 16px;
  color: #000;
  font-weight: 400;
  text-transform: uppercase;
  margin-top: 15px;
}

.notfound a {
  font-family: 'Maven Pro', sans-serif;
  font-size: 14px;
  text-decoration: none;
  text-transform: uppercase;
  background: #189cf0;
  display: inline-block;
  padding: 16px 38px;
  border: 2px solid transparent;
  border-radius: 40px;
  color: #fff;
  font-weight: 400;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}

.notfound a:hover {
  background-color: #fff;
  border-color: #189cf0;
  color: #189cf0;
}

.ratio::before {
    display: block;
	padding-top: 0px;
}


@media only screen and (max-width: 480px) {
  .notfound .notfound-404 h1 {
    font-size: 162px;
  }
  .notfound h2 {
    font-size: 26px;
  }
}



/*Media Query*/
 @media only screen and (max-width: 1024px) and (min-width: 768px) {
     .top-links {
         display: none;
    }
     .navbar-nav {
         margin-top: 0;
    }
     #BannerSlider .carousel-item img {
         height: 350px;
         object-fit: cover;
    }
     #BannerSlider .carousel-item {
         height: 350px;
         overflow: hidden;
    }
     #BannerSlider .carousel-caption {
         width: 50%;
    }
     #BannerSlider .carousel-caption h2 {
         font-size: 2rem;
    }
     #BannerSlider .carousel-caption p {
         font-size: 1.4rem;
    }
     #BannerSlider .common-list {
         display: none;
    }
     .modal .btn-close {
         right: 0;
         left: 0;
         top: -40px;
         margin: 0 auto;
    }
    .navbar-nav .mega-menu{
        width: 100% !important;
    }
}
 @media (max-width: 767.98px) {
     #BannerSlider .carousel-item img {
         height: 350px;
         object-fit: cover;
    }
     #BannerSlider .carousel-item {
         height: 350px;
         overflow: hidden;
    }
     #BannerSlider .carousel-caption {
         width: 50%;
    }
     #BannerSlider .carousel-caption h2 {
         font-size: 1.5rem;
    }
     #BannerSlider .carousel-caption p {
         font-size: 1.4rem;
    }
     #BannerSlider .common-list {
         display: none;
    }
     .owl-prev {
         left: 0;
    }
     .owl-next {
         right: 0;
    }
     footer h4 {
         margin-top: 20px;
    }
     .top-links {
         display: none;
    }
     .navbar-nav {
         margin-top: 0;
    }
     .modal .btn-close {
         right: 0;
         left: 0;
         top: -40px;
         margin: 0 auto;
    }
    .navbar-nav .mega-menu{
        width: 100% !important;
        height: 250px;
        overflow-y: auto;
    }
	 

.floating_btn {
     position: fixed;
     bottom: 62px;
     left: -22px;
     width: 172px;
     height: 100px;
     display: flex;
     flex-direction: column;
     align-items: center;
     justify-content: center;
     z-index: 100;
}


 .floating-btn-2 {
     position: fixed;
     bottom: 62px;
     right: -22px;
     width: 172px;
     height: 100px;
     display: flex;
     flex-direction: column;
     align-items: center;
     justify-content: center;
     z-index: 100;
}

}
