html{
	scroll-behavior: smooth;
}
body{
	margin: 0;
	font-family: "Archivo", sans-serif;
	padding: 0;
}
@media (min-width: 1400px) {
	.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
	    max-width: 1400px;
	}
}
h1,h2,h3,h4,h5,h6,ul{
	margin: 0;
	padding: 0;
}
h2{
    color: #274760;
    font-size: 57px;
    font-weight: 700;
    line-height: 1.2em;
}
h6{
	font-size: 16px;
	font-weight: 600;
    transition: all 0.4s ease-in-out;
}
a {
	color: #274760;
	text-decoration: none;
}
a:not(.btn) {
	text-decoration: none; 
}
.btn.focus, .btn:focus {
	outline: 0;
	box-shadow: none;
}
p{
	margin: 0px;
	font-size: 16px;
	line-height: 27px;
	font-weight: 500;
    transition: all 0.4s ease-in-out;
}
button:hover,button:focus{
	text-decoration: none;
	outline: none;
}
input[type=date]::-webkit-calendar-picker-indicator {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    opacity: 0;
}
ul li{
    list-style-type: none;
    font-size: 16px;
    font-weight: 500;
}
.dark-bg{
    background: #274760;
}
/*top-bar-css-start*/
.top-main {
	background: #274760;
	padding: 8px 0px;
}
.top-bar-data {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.top-bar-single-field a {
	color: #fff;
}
.top-bar-single-field a i {
	color: #fff;
	font-size: 20px;
}
.top-menu-left a i{
	margin: 0px 5px 0px 0px;
}
.appointment {
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
}
.field-data .form-control, .field-data .form-control:focus, .field-data .form-control:hover {
    background: transparent !important;
    border: none;
    box-shadow: none;
    -webkit-appearance: none;
    font-size: 14px;
    min-height: 40px;
    padding: 0px 0px;
}
.btn-primary:hover {
    color: #fff;
    background-color: #307bc4;
    border-color: #307bc4;
}
.field-data {
    display: flex;
    padding: 7px 0px;
    background: transparent;
    border-radius: 2px;
    border-bottom: 1px solid #ccc;
    align-items: baseline;
}
.Appointment-form .form-group i {
    padding: 15px 10px 10px 10px;
    color: #307bc4;
    font-size: 16px;
}
.book-appointment {
    background: #fff;
    padding: 5px 8px !important;
    margin: 0px 0px 0px 5px;
    font-size: 15px;
    font-weight: 600;
    border-radius: 2px;
    color: #274760 !important;
}
.top-menu a{
	padding: 0px 0px 0px 10px;
}
.top-menu-left a {
	padding: 0px 20px 0px 0px;
	font-size: 15px;
}
/*title-bar*/
.title-bar {
	background: #fff;
	padding: 20px 0px;
}
.title-bar-data-single-field {
	display: flex;
	align-items: center;
}
.title-bar-data-single-field i {
	font-size: 16px;
	color: #274760;
	margin: 0px 5px 0px 0px;
}
.title-bar-data-single-field a {
	color: #033b4a;
	font-size: 14px;
	font-weight: 700;
}
.title-bar-data-single-field a p{
	color: #033b4a;
	font-size: 15px;
	font-weight: 400;
}
.title-bar-btn a {
	background: #274760;
	padding: 10px 10px !important;
	color: #fff;
	text-transform: uppercase;
	margin: 0px 5px 0px 0px;
	font-size: 12px;
	font-weight: 600;
	border-radius: 3px;
}
.title-bar-btn a img {
	width: auto;
	height: 55px;
}
.virtual-tour {
	color: #006 !important;
	background-color: #fff !important;
	border: 1px solid #039;
}
.title-bar-btn {
	text-align: right;
}
.title-bar-btn a i {
	font-size: 18px;
	padding: 0px 6px 0px 0px;
}
#health-grid i {
	display: none;
}
.department-top {
    min-width: 46rem;
    transform: translate(-65%, 27px);
    border-top: none;
    border-radius: 0px 0px 10px 10px;
}
.department-list-data a {
	display: inline-block;
	width: 32%;
	padding: 8px 20px;
	transition: 0.3s ease-in-out;
	margin: 0px 0px 0px 5px;
}
.dropdown-menu.department-top.show::before {
	position: absolute;
	content: "";
	left: 20px;
	width: 20px;
	height: 20px;
	top: 21px;
	border-left: 10px solid transparent;
	border-bottom: 10px solid #dfdfdf;
	border-right: 10px solid transparent;
}
.emergency-floating {
    position: fixed;
    top: 50%;
    transform: translate(0%, -50%);
    left: 0px;
    background: #ab0404;
    color: #fff;
    border-radius: 0px 7px  7px 0px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    display: flex;
    align-items: center;
    cursor: pointer;
    z-index: 99;
    text-align: center;
}
.emergency-floating span {
    padding: 15px 6px;
    background: #cc0000;
    border-radius: 0px 7px  7px 0px;
}
.e-number{
	display: none;
}
.show{
	display: block;
}
.emergency-floating ul {
    padding: 0px 20px 0px 20px;
}
.emergency-floating ul li{
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    padding: 3px 0px;
}
.emergency-floating ul li i{
    color: #fff;
    font-weight: 600;
    font-size: 35px;
}
.emergency-floating ul li a{
    color: #fff;
    font-weight: 600;
    font-size: 25px;
}
.e-number {
    position: relative;
}
.e-number button {
    position: absolute;
    left: 100%;
    background: transparent;
    border: none;
    top: -30%;
    transform: translate(-50%, -50%);
}
.e-number button i {
    color: #fff;
    font-weight: 600;
    font-size: 35px;
    background: #cc0000;
    border-radius: 50%;
    border: 4px solid #cc0000;
}
@media only screen and (max-width: 768px) {
	.emergency-floating {
	    padding: 2px;
	    font-size: 11px;
	}
	.emergency-floating span {
	    padding: 3px 1px;
	}
}
.emergency {
    background: #fff;
    padding: 5px 10px !important;
    border-radius: 2px;
    font-weight: 600;
    color: #274760 !important;
    -webkit-animation: waves 3s ease-in-out infinite;
    animation: waves 3s ease-in-out infinite;
    opacity: 0;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    font-size: 13px;
}
.emergency span{
	font-size: 18px;
}
@keyframes waves {
  0% {
    opacity: 0.4;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.4;
    
  }
}
/*header-css-start*/
.custom-header {
    background: #fff;
    position: sticky;
    top: 0;
    z-index: 999;
    width: 100%;
    box-shadow: 0px 0px 10px -3px rgba(0,0,0,0.2);
}
.navbar {
	padding: 15px 0px;
}
.logo {
    margin-right: 10px;
}
.logo img {
	height: 70px;
	width: auto;
}
.menulist {
	width: 100%;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.menulist ul li > a {
	color: #033b4a;
	font-size: 13px;
	position: relative;
	margin: 0px 0px 0px 3px;
	font-weight: 700;
}
.menulist ul li > a:hover {
	color: #274760;
}
.menulist ul li a::before {
	content: "";
	height: 2px;
	width: 0%;
	background: transparent;
	display: block;
	position: absolute;
	bottom: 0px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.menulist ul li:hover > a::before {
	background: #274760;
	width: 60%;
}
.navbar-toggler span {
	width: 25px;
	background: #274760;
	height: 3px;
	display: block;
	border-radius: 50px;
}
.navbar-toggler span:nth-child(2) {
	width: 25px;
	background: #274760;
	height: 3px;
	display: block;
	margin: 7px 0px;
	transition: 0.3s;
	border-radius: 50px;
}
.custom-searchbar input {
	display: none !important;
}
.menulist ul li a i {
	padding: 0px 5px 0px 0px;
	font-size: 14px;
}
.login-line::before {
	display: none !important;
}
/*floating-bar-css-start*/
.floating-footer-bar {
	display: none;
}
.floating-footer-bar {
	position: fixed;
	width: 100%;
	background: #fff;
	padding: 7px 0px;
	bottom: 0px;
	z-index: 9999;
	box-shadow: 0px 0px 20px -3px rgba(0,0,0,0.8);
}
.floating-footer-bar-single-field {
	text-align: center;
}
.floating-footer-bar-single-field a {
	font-size: 12px;
	font-weight: 600;
	color: #274760;
}
.floating-footer-bar-single-field a i {
	display: block;
	font-size: 22px;
	text-align: center;
}
.about-list h6 {
    display: flex;
    align-items: center;
}
.about-list h6 i {
    font-size: 20px;
    color: #307bc4;
}
@media only screen and (max-width: 768px) {
    .floating-footer-bar {
    	display: block;
    }
	.reset-field a {
		font-size: 14px;
	}
	.hospital-img {
		background-position: 0% 80%;
	}
	.banner-content-title h3 {
		padding: 0px 0px;
		font-size: 18px;
		line-height: 27px;
	}
	.banner-content-title h1 {
		font-size: 35px;
	}
}
/*back-to-top*/
#back-to-top {
    background-color: #274760;
    width: 40px;
    height: 40px;
    border-radius: 2px;
    position: fixed;
    bottom: 85px;
    right: 15px;
    z-index: 1000;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.5s;
    box-shadow: 0px 10px 10px -3px rgba(0,0,0,0.5);
}
#back-to-top i {
	color: #fff;
	font-size: 25px;
}
@media only screen and (max-width: 768px) {
    .custom-header {
        box-shadow: 0px 0px 10px -3px rgba(0, 0, 0, 0.5);
        position: fixed;
        top: 0;
    }
    .logo img {
        height: 40px;
        width: auto;
    }
    .sos {
        color: #f94242;
        text-align: center;
        line-height: 15px;
        padding: 0px 0px 0px 5px;
        font-weight: 600;
        font-size: 13px;
    }
    .sos i {
        display: block;
        font-size: 23px;
    }
    .top-gap {
        margin: 110px 0px 0px 0px;
    }
    #health-grid i {
        font-size: 20px;
        display: block;
    }
    .call {
        color: #086884;
        text-align: center;
        line-height: 15px;
        border-right: 1px solid #dee2e6;
        border-left: 1px solid #dee2e6;
        padding: 0px 10px 0px 6px;
        font-size: 10px;
    }
    .call i {
        display: block;
        font-size: 23px;
        font-weight: 100;
    }
    .title-bar {
        display: none;
        padding: 80px 0px 0px 0px;
    }
    .book-appointment {
        background: #274760;
        padding: 5px 5px !important;
        margin: 0px 0px 10px 0px;
        border-radius: 50px;
        font-size: 13px;
        color: #fff !important;
        display: block;
        text-align: center;
    }
    .top-main {
        text-align: center;
        margin: -40px 0px 0px 0px;
        position: fixed;
        z-index: 999;
        width: 100%;
    }
    .emergency span {
        font-size: 15px;
    }
    .emergency {
        background: transparent;
        color: #fff !important;
        -webkit-animation: waves 3s ease-in-out infinite;
        opacity: 1;
        padding: 0px 0px !important;
        animation: none;
    }
    .mobile-hide {
	    display: none;
	}
	.menulist {
        width: 100%;
        display: flex;
        align-items: center;
        padding: 20px 0px 0px 0px;
    }
    .menulist ul li > a {
        font-size: 14px;
    }
    .title-bar-data-single-field {
        border: 1px solid #ccc;
        margin: 5px 0px;
        background: #fff;
        padding: 8px 10px;
    }
    .title-bar-btn a {
        background: #274760;
        padding: 5px 0px !important;
        color: #fff;
        text-transform: uppercase;
        display: block;
        text-align: center;
        margin: 10px 0px 15px 0px;
    }
    
}
@media only screen and (max-width: 991px) {
    .menulist {
        justify-content: flex-start;
    }
    .custom-header {
        background: #e6efed;
    }
}
@media (min-width: 768px) {
    .text-md-start {
        text-align: left !important;
    }
} 
/*footer-css-start*/
.footer-main {
	background: #f7f7f7;
	padding: 0 0 30px 0;
	color: #000;
	font-size: 14px;
}
.footer-main .footer-top {
  padding: 60px 0 30px 0;
}
.footer-main .footer-top .footer-info {
  margin-bottom: 15px;
  background: #fff;
  border-top: 4px solid #274760;
  text-align: center;
  padding: 30px 20px;
}
.footer-main .footer-top .footer-info h3 {
	font-size: 24px;
	margin: 0 0 20px 0;
	padding: 2px 0 2px 0;
	line-height: 1;
	font-weight: 700;
}
.footer-main .footer-top .footer-info p {
  	font-size: 14px;
  	line-height: 24px;
  	margin-bottom: 0;
}
.footer-main .footer-top .social-links a {
    font-size: 18px;
    display: inline-block;
    color: #fff;
    line-height: 1;
    padding: 8px 0;
    margin-right: 4px;
    border-radius: 2px;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: 0.3s;
    background: #274760;
    margin: 0px 0px 4px 0px;
}
.footer-main .footer-top .social-links a:hover {
  color: #fff;
  background: #274760;
  text-decoration: none;
}
.footer-main .footer-top h4 {
	font-size: 16px;
	font-weight: 600;
	color: #000;
	position: relative;
	padding-bottom: 20px;
}
.footer-main .footer-top .footer-links {
  margin-bottom: 30px;
}
.footer-main .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-main .footer-top .footer-links ul li i {
    padding-right: 5px;
    color: #274760;
    font-size: 14px;
    line-height: 1;
}
.footer-main .footer-top .footer-links ul li {
  	padding: 8px 0;
  	display: flex;
  	align-items: center;
}
.footer-main .footer-top .footer-links ul li:first-child {
  	padding-top: 0;
}
.footer-main .footer-top .footer-links ul a {
    color: #000;
    transition: 0.3s;
    display: inline-block;
    line-height: 1;
    font-weight: 500;
    font-size: 15px;
}
.footer-main .footer-top .footer-links ul a:hover {
    color: #274760;
    padding: 0px 0px 0px 5px;
    transition: 0.3s;
}
.copyright {
    text-align: center;
    padding: 5px 20px;
    background: #274760;
}
.copyright span {
	color: #fff;
}
@media only screen and (max-width: 768px) {
	.footer-main .footer-top {
	    padding: 40px 0 10px 0;
	}
}
/*Page-css*/
.parent-gap{
    padding: 50px 0px;
}
.bg{
    background: #f3fbff;
}
.bg-img{
    background-color: #c4e1f1;
    background-size: cover;
    background-position: center;
}
.knee-banner-text {
    padding-right: 100px;
}
.knee-banner-text h1 {
    color: #274760;
    font-size: 50px;
    font-weight: 700;
    line-height: 1.2em;
}
.knee-banner-text p {
    font-size: 20px;
    line-height: 1.6em;
    font-weight: 400;
    color: #274760;
    letter-spacing: 0.5px;
}
.knee-banner {
    padding: 10px 0px 0px 0px;
    position: relative;
}
.knee-banner-img {
    text-align: center;
    position: relative;
}
.knee-banner-img img {
    width: auto;
    height: 620px;
}
.btn {
    display: inline-flex;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.1em;
    color: #fff;
    background: #307bc4;
    text-transform: capitalize;
    padding: 10px 10px 10px 20px;
    border-radius: 50px;
    transition: .25s linear;
    position: relative;
    align-items: center;
    overflow: hidden;
    border: none;
}
.btn span{
    z-index: 9;
}
.btn::before {
    background: #274760;
    width: 0px;
    height: 70px;
    content: "";
    position: absolute;
    left: -20px;
    transition: .25s linear;
}
.btn i {
    width: 36px;
    height: 36px;
    background: #274760;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    z-index: 9;
}
.btn:hover.btn::before{
    left: 0px;
    transition: .25s linear;
    width: 105%;
    transition-delay: 0.1s;
}
.btn:hover{
    color: #fff;
}
.btn:hover.btn i{
    background: #307bc4;
    transition: .25s linear;
    color: #fff;
}
.btn-inverse{
    background: #fff;
    color: #307bc4;
}
.btn-inverse i {
    color: #fff;
}
.home-cards-single {
    display: flex;
    align-items: center;
    border-right: 1px solid rgba(97, 158, 144, 0.3);
}
.icon-box {
    position: relative;
    width: 64px;
    min-width: 64px;
    height: 64px;
    background: #ffffff26;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    margin-right: 20px;
    overflow: hidden;
    color: #307bc4;
    font-size: 25px;
    z-index: 9;
}
.icon-box::after {
    content: "";
    background: #fff;
    width: 0%;
    height: 0%;
    position: absolute;
    z-index: -1;
    border-radius: 10px;
    transition: all 0.4s ease-in-out;
}
.icon-parent:hover .icon-box::after{
    width: 100%;
    height: 100%;
    transition: all 0.4s ease-in-out;
}
.home-cards-single p {
    line-height: 23px;
    font-weight: 400;
    padding: 4px 0px 0px 0px;
    font-size: 16px;
}
.department-about-img img {
    width: 100%;
    border-radius: 30px;
}
.department-small-title {
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 1em;
    text-transform: capitalize;
    background-color: #f2f9ff;
    color: #307bc4;
    border-radius: 99px;
    padding: 10px 20px;
}
.department-about {
    background-position: right -100px center;
    background-size: auto;
    background-repeat: no-repeat;
}
.about-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #2747601A;
    padding: 30px 0px 0px 0px;
    margin: 30px 0px 0px 0px;
}
.about-profile {
    display: flex;
    align-items: center;
}
.about-profile img {
    width: auto;
    height: 50px;
}
.single-services {
    border-radius: 30px;
    border: 2px solid #2747601a;
    padding: 20px 20px;
    overflow: hidden;
    position: relative;
    height: 100%;
    background: #f7f7f7;
}
.single-services .icon-box{
    background: #fff;
}
.single-services ul li {
    padding: 4px 0px;
    font-weight: 600;
    line-height: 27px;
}
.single-services h5 {
    font-weight: 600;
}
.highlight{
    color: #307bc4;
}
.department-about-content ul li {
    padding: 7px 0px;
}
.why-us-left {
    background: #f3fbff;
    border-radius: 30px 0 0 30px;
    height: 100%;
}
.why-us-single{
    border-bottom: 2px solid #2747601a;
    display: flex;
    align-items: center;
}
.inverse-dark .icon-box::after {
    background: #274760;
}
.inverse-dark:hover .icon-box{
    color: #fff;
}
.why-us-right {
    background: #274760;
    border-radius: 0px 30px 30px 0px;
}
.why-us-left .why-us-single {
    padding: 20px 180px 20px 20px;
}
.why-us-right .why-us-single {
    padding: 20px 20px 20px 180px;
}
.why-us-right .why-us-single {
    flex-direction: row-reverse;
    text-align: right;
}
.why-us-details{
    position: relative;
    padding: 70px 0px 0px 0px;
}
.why-us-doctor {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}
.why-us-doctor img {
    width: auto;
    height: 100%;
    max-height: 450px;
}
.inverse-light .icon-box::after {
    background: #e6efed;
}
.why-us-right .icon-box {
    margin-right: 0px;
    margin-left: 20px;
}
.why-us-right .why-us-single {
    border-color: #ffffff26;
}
.department-about .info-box {
    top: 4%;
    transform: translate(10%, 0%);
    bottom: initial;
    left: 0;
}
.doctor-gallery-single iframe {
    padding: 5px;
    border: 1px dashed #307bc4;
    background: #e6efed;
    border-radius: 20px;
}
.home-cards {
    padding: 20px 0px;
}
.home-cards-single h6 {
    font-size: 30px;
}
.single-services h5 {
    font-size: 24px;
    color: #307bc4;
}
.gradient{
    background-image: linear-gradient(180deg, #307bc4, #274760);
}
.dark-btn{
    border: 1px solid #307bc4 !important;
    transition: 0.5s;
}
.dark-btn:hover{
    border: 1px solid #fff !important;
    transition: 0.5s;
}
.home-cards .icon-box {
    color: #fff;
}

@media only screen and (max-width: 768px) {
    .move-object {
        animation: initial;
        transform: translate(0%, -20%);
    }
    .department-about .info-box {
        top: 10px;
        transform: translate(0%, 0%);
        bottom: initial;
        left: 25px;
        width: 50%;
        border-radius: 30px 0px 30px 0px;
    }
    .department-about .info-box p {
        line-height: 18px;
    }
    .knee-banner-img img {
        width: auto;
        height: 370px;
    }
    .info-box img {
        width: auto;
        height: 50px;
        margin: 0px 10px 0px 0px;
    }
    .knee-banner-text {
        padding-right: 0px;
    }
    .btn i {
        width: 26px;
        height: 26px;
    }
    .knee-banner-text h1 {
        font-size: 40px;
    }
    h2 {
        font-size: 30px;
    }
    .about-footer {
        display: block;
        padding: 30px 0px 0px 0px;
        margin: 10px 0px 0px 0px;
    }
    .department-about-content {
        padding: 20px 0px 0px 0px;
    }
    .about-profile-btn {
        padding: 0px 0px 0px 0px;
    }
    .knee-banner .info-box {
        width: 100%;
    }
    .why-us-left .why-us-single,.why-us-right .why-us-single {
        padding: 20px 20px 20px 20px;
    }
    .why-us-left {
        border-radius: 30px 30px 0px 0px;
    }
    .why-us-right {
        border-radius: 0px 0px 30px 30px;
    }
    .why-us-right .why-us-single {
        flex-direction: initial;
        text-align: left;
    }
    .why-us-right .icon-box {
        margin-right: 20px;
        margin-left: 0px;
    }
    .why-us-doctor {
        display: none;
    }
    .knee-banner {
        padding: 30px 0px 0px 0px;
    }
    .home-cards-single {
        border-right: none;
    }
    .home-cards-single h6 {
        font-size: 20px;
    }
    .icon-box {
        width: 50px;
        min-width: 50px;
        height: 50px;
        margin-right: 15px;
    }
    .department-about-img {
        padding: 20px 0px 0px 0px;
    }
    .parent-gap {
        padding: 30px 0px;
    }
    .why-wait-text h3 {
        font-weight: 600;
    }
    .order-change{
        flex-direction: column-reverse;
    }
}