

html {
  scroll-behavior: smooth;
}
body{
	font-family: 'Lato', sans-serif;
}
/*home page starts here*/

.main{
	width:100%;
}
.header-middle{
	background: #fff;
}
.header-top, .header-middle, .logo-section, .header-bottom, .menu-section {
	width: 100%;
}
.dropdown-menu{
	overflow-x: auto;
}
.header-top{
	background: #f9f9f9;
	color: #9f9f9f;
	padding: 5px 0;

}
.header-top-left i{
	margin-right: 10px;
}
.header-top-right{
	float: right;
}
.header-top-right i{
	margin-left: 15px;
}
.header-top-right a, .header-top-left a{
	font-size: 13px;
	text-decoration: none;
	color: #9f9f9f;
}
.header-top-right a:hover, .header-top-left a:hover{
	color: #6b6b6b;
}
.logo-nursing{
	padding-top: 11px;
}
.header-middle .navbar-brand img{
	width: 135px;
	height: auto;
	padding: 14px 0;
}
.header-bottom{
	/*background: green;*/
	    background-image: linear-gradient(#008461, #009971);
}
a.nav-link{
	color: #fff !important;
	font-size: 14px;
}
li.nav-item{
	margin-left: 8px;
	margin-right: 8px;
	transition: 0.2s;
}
li.nav-item.active, li.nav-item:hover{
	border-bottom: 2px solid #fff;
    border-top: 2px solid #fff;
}
.logo-sec-right a{
	float: right;
	
}
.logo-sec-right{
	height: 100%;
	
}
.logo-sec-right .logo-sec-right-01, .logo-sec-right .logo-sec-right-02, .logo-sec-ambulance-icon{
	margin-top: auto;
	margin-bottom: auto;
}
.logo-sec-right .logo-sec-right-01 a{
	font-size: 18px;
	font-weight: 600;
	text-decoration: none;
	color: black;
}
.logo-sec-right .logo-sec-right-01 i{
	margin-right: 10px;
}
.logo-sec-right .logo-sec-right-02 a{
	padding: 10px 15px;
	font-size: 13px;
    color: #fff;
    border-radius: 5px;
    background: #f6931c;
    transition: .5s;
}
.logo-sec-right .logo-sec-right-02 a:hover{
	text-decoration: none;
	background: #009971;
}
.logo-sec-ambulance-icon i{
	font-size: 25px;
	color: #009971;
	transition: .3s;
}
.logo-sec-ambulance-icon i:hover{
	/*font-size: 28px;*/
	color: black;
	transform: scale(1.5);
}

/*slider*/
.home-slider-img{
	width: 100%;
	height: 500px;
	overflow: hidden;
}
.home-slider-img img{
	width: 100%;
	height: auto;
}

/*welcome to highland starts here*/
.section-padd{
	padding-top: 30px;
	padding-bottom: 30px;
}
.section-title{
	width: 100%;
	text-align: center;
}
.section-title h3{
	font-weight: 600;
	font-size: 35px;
}
.welcome-to-higland-content{
	width: 100%;
	margin-top: 25px;
}
.welcome-to-higland-content-right{
	width: 100%;
	height: 100%;
}
.welcome-to-higland-content-right img{
	width: 100%;
	height: auto;
	border-radius: 5px;
	box-shadow: 1px 3px 6px 0px #cccccc;

}
p.welcome-to-higland-content-title-caption{
	margin-top: 20px;
    line-height: 27px;
}

/*OP service starts here*/
.op-service{
	width: 100%;
}
.op-service-bg{
	background: #009971;
}
.op-section-title{
	color: #fff;
}
.op-section-title h3{
	font-weight: 400;
	margin-bottom: 25px;
	margin-top: 20px;
}
.op-section-title h6{
	display: none;
}
.op-content-left{
	color: #fff;
	width: 100%;
}
.op-content-left p{
	font-weight: 300;
}

.op-feature-single img{
	width: 85%;
}
.op-feature-single .col-8{
	padding-left: 0;
}
.op-content-left h6{
	font-weight: 600;
}
.op-content-right form input, .op-content-right form textarea{
	width: 100%;
	margin-bottom: 15px;
}
.op-content-right h5{
	text-align: center;
    color: #fff;
    margin-bottom: 15px;
}
.op-content-right input, .op-content-right textarea, .op-content-right select{
	font-size: 14px;
}
input.appointment-submt-btn{
	background: #f6931c;
	color: #fff;
	border: none;
	width: 30% !important;
	float: right;
	transition: .5s;
}
input.appointment-submt-btn:hover{
	background: #14362d;
	/*color: #000;*/
	
}
.zero-pr{
	padding-right: 0;
}

/*SERVICES PAGE STARTS HERE*/
.services-single{
	width: 100%;
	margin-bottom: 15px;

}
.services-single-img{
	width: 100%;
	height: 175px;
	overflow: hidden;
	position: relative;
	border-radius: 5px;
}
.services-single-img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.services-single-img img::after{
	background: #fff;
}

.services-title{
	margin-bottom: 25px;
}
.services-single-img h6{
	margin: 0 auto;
	color: #fff;
    width: 100%;
    font-size: 20px;
    padding: 0 35px;
    text-transform: uppercase;
    text-align: center;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);

}
.services-single-img-text{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #009971e0;
	transition: .3s;
}
.services-single-img-text:hover{
	background: #f6931ccf;
}

/*need more info*/
.need-more-info-bg{
	background: #f4f4f4;
}
.need-more-info{
	width: 100%;
}
.need-more-info h4{
	width: 100%;
	text-align: center;
}
.need-more-info-btn{
	display: inline;
	text-align: center;
	width: 100%;
}
.need-more-info-btn a{
	padding: 10px 35px;
    background: #f6931c;
    margin-left: 10px;
    margin-right: 10px;
    border-radius: 5px;
    color: #fff;
    text-decoration: none;
    transition: .3s;
    box-shadow: 0px 2px 2px 1px #e8e8e8;
}
.need-more-info-btn a:hover{
    background: #009971;
    text-decoration: none;
}
.need-more-info h4{
	margin-bottom: 20px;
}
.ambulance-career-row{
	width: 100%;
	text-align: center;
}
.ambulance-career-row h4{
	    border: 1px solid;
    padding: 10px 35px;
    background: #f6931c;
    border-radius: 5px;
    color: #fff;
    text-decoration: none;
    transition: .3s;
    box-shadow: 0px 2px 2px 1px #e8e8e8;
}

/*ambulance-career area*/
.ambulance-career-sec{
	width: 100%;
}
.ambulance-career-sec-left{
	background: #f6931c;
	padding: 25px 0;
	height: 100%;
}
.ambulance-career-sec-left h4{
	margin: 0;
	color: #fff;
	text-align: center;
	font-size: 30px;
	
}
.ambulance-career-sec-left h5{
	margin-bottom: 0;
	margin-top: 25px;
	text-align: center;
}
.ambulance-career-sec-left a{
	text-align: center;
    color: #282e2e;
    font-size: 16px;
    background: #ffffff;
    border-radius: 5px;
    padding: 10px 25px;
    transition: .3s;
}
.ambulance-career-sec-left a:hover{
	text-decoration: none;
	color: #fff;
    background: #282e2e;
}

/*contact row starts here*/
.contact-row{
	background: #282e2e;
}
.contact-row-icon{
	width: 100%;
}
.contact-row-icon i{
	color: #009971;
	width: 100%;
    font-size: 45px;
    margin: 0 auto;
    text-align: right;
}
.contact-row-content h5, .contact-row-content p,  .contact-row-content p a{
	color: #f5f5f5;
}
.contact-row-content h5{
	font-weight: 600;
}
.contact-row-content p{
	font-weight: 100;
}

/*contact us starts here*/
.contact-us{
	background: #405d5d;
	padding: 25px 0;
}
.contact-us-title{
	color: #fff;
}
.contact-us-form{
	margin-top: 20px;
}
.contact-us-form input, .contact-us-form textarea{
	margin-bottom: 15px;
	font-size: 14px;
}

.contact-us-form input, .contact-us-form textarea{
}
.contact-submit-btn{
	width: 18%;
    margin: 0 auto;
}
.contact-submit-btn input{
	margin-top: 10px;
	background: #f6931c;
	border: none;
	color: #fff;
	transition: .3s;
	box-shadow: 0px 2px 2px 1px #304a4a;
}
.contact-submit-btn input:hover{
	background: #009971;
}

/*footer starts here*/
.footer{
	background: #1e2222;
}
.footer-01, .footer-01-logo, .footer-02{
	width: 100%;
	color: #b7b7b7;
}
.footer-01 h5, .footer-02 h5{
	margin-bottom: 15px;
	font-weight: 600;
}
.footer-01-logo-img{
	width: 60%;
	height: 70px;
	overflow: hidden;
}
.footer-01-logo-img img{
	width: 100%;
	height: auto;
	margin-top: 10px;
}
.footer-01-content, .footer-02-content{
	width: 100%;
}
.footer-02-content a{
	text-decoration: none;
	font-size: 15px;
	width: 100%;
	display: block;
	color: #b7b7b7;
	line-height: 25px;
}
.footer-02-content a:hover{
	
	color: #e0e0e0;
}
.newsletter-send-icon .input-group-text{
	background: #009971;
	border-radius: 0 5px 5px 0;
	color: #fff;
	border: 1px solid #009971;
	padding-top: 10px;
    padding-bottom: 10px;
}
a.newsletter-send-icon{
	text-decoration: none;
}
.footer-map{
	height: 200px;
	width: 100%;
	overflow: hidden;
}
.footer-map img{
	width: 100%;
    height: 100%;
    object-fit: cover;
}
h5.footer-map-title{
	margin-top: 25px;]
	margin-bottom: 10px;
}
.footer-map iframe .place-card{
	display: none !important;
}
.copyright{
	border-top: 1px solid #3f4444;
	padding: 15px;
	width: 100%;
}
.copyright h6{
	text-align: center;
	color: #3f4444;
}


/*stickey*/
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99;
}
.sticky .header-top, .sticky .header-middle{
	display: none;
}

/*services page starts here*/
.services-banner{
	width: 100%;
	height: 300px;
	overflow: hidden;
	background-image: linear-gradient(to bottom, #2c2c2ca3,#005e45b0), url(../images/services/physiotherapy-banner.jpg);
	/*background: #000;*/
	background-size: cover;
}
.services-banner-text{
	width: 100%;
	height: 100%;
	position: relative;
}
.services-banner-text h4{
	text-align: center;
	width: 100%;
	color: #fff;
	font-size: 35px;
	margin: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);

}
.services-title h3{
	font-size: 35px;
}
.services-content-row{
	background: #f6f6f6;
    border-radius: 5px;
}
.services-content-row .welcome-to-higland-content-left{
	padding: 15px;
}
.welcome-to-higland-content-right.services-content-row-left{
	width: 100%;
    height: 225px;
    overflow: hidden;
    border-radius: 5px;
}
.services-content-row-left img{
	box-shadow: none;
}
.services-content-row-right p{
	margin-bottom: 0;
	line-height: 30px;
}

/*specialities page starts here*/
.specialities-banner{
	width: 100%;
	height: 400px;
	overflow: hidden;
	background-image: linear-gradient(to bottom, #2c2c2c61,#005e4570), url(../images/specialities/arthroscopy-banner.jpeg);
	/*background: #000;*/
	background-size: cover;
}
.specialities-banner-text {
    width: 100%;
    height: 100%;
    position: relative;
}
.specialities-banner-text-set{
	text-align: left;
    width: 65%;
    color: #fff;
    /* font-size: 35px; */
    margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding-left: 15px;
    /*padding-right: 15px;*/
}
.specialities-banner-text-set p{
	margin-bottom: 25px;
	color: #fff;
	font-weight: 100;
}
.specialities-banner-text-set h4{
	color: #fff;
	margin-bottom: 15px;
}
.specialities-banner-text-set a{
	color: #fff;
    padding: 10px 26px;
    background: #f6931c;
    border-radius: 20px;
    transition: .3s;
}
.specialities-banner-text-set a:hover{
	text-decoration: none;
    background: #009971;
    border: 1px solid #4bb89c;
}
.specialities-content-bottom01 p{
	font-size: 19px;
    font-weight: 400;
    line-height: 30px;
}
.specialities-content-bottom02-left h4{
	/*font-weight: 300;*/
}
.specialities-content-bottom02-right{
	width: 100%;
	height: 300px;
	overflow: hidden;
	border-radius: 5px;
}
.specialities-content-bottom02-right img{
	width: 100%;
	height: auto;
}

.specialities-content-bottom02-left p{
	line-height: 25px;
    text-align: justify;
    margin-top: 15px;
}
.extra-padd-top{
	padding-top: 50px;
}
.specialities-causes-set{
	width: 100%;
}
.specialities-causes-set .row{
	margin-top: 25px;
}
.specialities-causes-set-single{
	width: 100%;
    /*border: 2px solid #f7f7f7;*/
    text-align: center;
    padding: 15px;
    border-radius: 5px;
    margin: 10px 0;
}
.specialities-causes-set-single i{
	font-size: 35px;
	margin-bottom: 20px;
	color: #009971;
}
.specialities-causes-set-single h4{
	font-size: 20px;
	color: #3f3f3f;
	font-weight: 600;
	width: 84%;
    margin: 0 auto;
}
.orthopedics-banner{
	background-image: linear-gradient(to bottom, #2c2c2c61,#005e4570), url(../images/specialities/orthopedics-banner.jpg);
}
.general-medicine-banner{
	background-image: linear-gradient(to bottom, #2c2c2c61,#005e4570), url(../images/specialities/general-medicine-banner.jpg);
}

/*nephrology page starts here*/
.nephrology-banner{
	background-image: linear-gradient(to bottom, #2c2c2c61,#005e4570), url(../images/specialities/nephrology-banner.jpg);
}
.nephrology-symptoms .section-title h3{
	width: 60%;
    margin: 0 auto;
    font-size: 30px;
    margin-bottom: 45px;
}

.nephrology-symptoms-causes{
	width: 100%;
}
.nephrology-symptoms-causes h5{
	text-align: left;
    width: 100%;
    line-height: 26px;
    font-weight: 500;
    color: #656565;
    margin-bottom: 20px;
    margin-left: 15px;
    font-size: 18px;
}
.nephrology-symptoms-causes h5 i{
	color: #f6931c;
	margin-right: 10px;
	margin-left: -18px;
}
.nephrology-symptoms-causes-left{
	width: 100%;
    height: 400px;
    overflow: hidden;
}
.nephrology-symptoms-causes-left img{
	width: auto;
    height: 100%;
}

.gastroenterelogy-banner{
	background-image: linear-gradient(to bottom, #2c2c2c61,#005e4570), url(../images/specialities/gastroenterelogy-banner.jpg);	
}
.total-knee-banner{
	background-image: linear-gradient(to bottom, #2c2c2c61,#005e4570), url(../images/specialities/total-knee-banner.jpg);		
}

/*neurology page starts here*/
.neurology-banner{
	background-image: linear-gradient(to bottom, #2c2c2c61,#005e4570), url(../images/specialities/neurology-banner01.jpg);
}
.neurology-services i{
	color: #f6931c;
    margin-right: 10px;
    margin-left: -18px;
}
.neurology-services h5{
	margin-bottom: 20px;
    margin-left: 15px;
    font-size: 18px;
}
.dental-maxillo-banner{
	background-image: linear-gradient(to bottom, #2c2c2c61,#005e4570), url(../images/specialities/dental-maxillo-banner.jpg);	
}
.laparoscopic-banner{
	background-image: linear-gradient(to bottom, #2c2c2c61,#005e4570), url(../images/specialities/laparoscopic-banner.jpg);		
}
.paediatric-banner{
	background-image: linear-gradient(to bottom, #2c2c2c61,#005e4570), url(../images/specialities/paediatric-banner.jpg);	
}
.microvascular-banner{
	background-image: linear-gradient(to bottom, #2c2c2c61,#005e4570), url(../images/specialities/microvascular-banner.jpg);	
}

.ophthalmology-banner{
	background-image: linear-gradient(to bottom, #2c2c2c61,#005e4570), url(../images/specialities/ophtalmology-banner.jpg);	
}
.ent-banner{
	background-image: linear-gradient(to bottom, #2c2c2c61,#005e4570), url(../images/specialities/ent-banner.jpg);	
}
.plastic-reconstructive-banner{
	background-image: linear-gradient(to bottom, #2c2c2c61,#005e4570), url(../images/specialities/plastic-reconstructive-banner.jpg);	
}
.urology-andrology-banner{
	background-image: linear-gradient(to bottom, #2c2c2c61,#005e4570), url(../images/specialities/urology-andrology-banner.jpg);	
}


/*career page starts from here*/
.career-banner{
	width: 100%;
    height: 350px;
    overflow: hidden;
    background-image: linear-gradient(to bottom, #2c2c2ca3,#005e45b0), url(../images/Careers-Banner.jpg);
    /* background: #000; */
    background-size: cover;
}
.career-banner-text h4 p{
	font-size: 19px;
    font-weight: 100;
    color: #eff0f0;
}
.career-form{
	width: 100%;
	background: #497f72;
}
.career-form h4{
	margin-bottom: 25px;
    width: 100%;
    text-align: center;
    font-size: 21px;
    font-weight: 600;
    color: #009971;
}
.career-form form{
	width: 75%;
	margin: 0 auto;
}
.career-form-set{
	border-radius: 5px;
	width: 90%;
    background: #fff;
    position: relative;
    margin-top: -100px;
    padding-top: 24px;
    padding-bottom: 25px;
    margin-left: auto;
    margin-right: auto;
    /*background-image: -webkit-linear-gradient(top, #0C93C0, #FFF); 
	background-image:    -moz-linear-gradient(top, #0C93C0, #FFF); 
	background-image:     -ms-linear-gradient(top, #0C93C0, #FFF); 
	background-image:      -o-linear-gradient(top, #0C93C0, #FFF); 
	background-image:         linear-gradient(top, #0C93C0, #FFF);*/
}
input.resume-submit-btn{
	background: #f6931c;
    margin-left: auto;
    border: none;
    color: #fff;
    transition: .3s;
    width: 25%;
    margin-top: 25px;
}
input.resume-submit-btn:hover{
	background: #009971;
    margin-left: auto;
    transition: .3s;
}

/*News Page Starts here*/
.news-banner{
	width: 100%;
    height: 300px;
    overflow: hidden;
    background-image: linear-gradient(to bottom, #2c2c2ca3,#005e45b0), url(../images/news-banner.jpg);
    /* background: #000; */
    background-size: cover;
}
.news-banner-text{
	width: 100%;
    height: 100%;
    position: relative;
}
.news-banner-text h4{
	text-align: center;
    width: 100%;
    color: #fff;
    font-size: 35px;
    margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.news-content-title{
	width: 100%;
    text-align: center;
    
}
.news-content-title h3{
	font-size: 35px;
    font-weight: 600;
}
.news-content-title p{
	margin-top: 10px;
}
.news-single-card{
	margin-bottom: 25px;
	width: 100%;
}
.news-single-card-img{
	width: 100%;
	height: 250px;
	overflow: hidden;
}
.news-single-card-img img{
	height: 100%;
    width: auto;
    border-top-left-radius: calc(.25rem - 1px); 
   	border-top-right-radius: calc(.25rem - 1px);
}
.news-single-card-body{
	width: 100%;
}
.news-single-card-body p{
	font-size: 15px;
}
.news-single-card-body h5{
	font-weight: 600;
	color: #009971;
}
#more-text-news{
	display: none;
}

/*Feedback page starts from here*/
.feedback-banner{
	width: 100%;
    height: 300px;
    overflow: hidden;
    background-image: linear-gradient(to bottom, #2c2c2c61,#005e4570), url(../images/feedback-banner.jpg);
    background-size: cover;
}
.fedback-banner-texts h4 span{
	font-size: 30px;
    font-weight: 600;
    color: #e0fff7;
}
.feedback-form-sec{
	background: #fff;
	width: 100%;
}
.feedback-form-set{
	width: 100%;
}
.feedback-form-set form{
	margin-left: 15px;
	/*margin-top: 25px;
    margin-bottom: 25px;*/
    width: 100%;
    background: #f6931c;
    padding: 37px;
    border-radius: 0 15px 15px 0;
    
}
.feedback-form-row{
	background: #f6931c;
    border-radius: 16px;
    margin-bottom: 30px;
    background-image: url(../images/feedback-form-bg.jpg);
    background-size: cover;
}
.feedback-form-set .input-group-text{
	width: 40px;
}
.feedback-form-set .form-group{
	width: 85%;
	margin-left: auto;
	margin: 15px auto;
}
.feedback-banner .specialities-banner-text-set{
	top: 85%;
}
.feedback-banner .specialities-banner-text-set h4{
	font-size: 35px;
}
.feedback-form-set form input{
	background: #fcfcfc;
}
input.feedback-submit-btn {
    background: #343736 !important;
    width: 50%;
    margin-left: auto;
    border: none;
    color: #fff;
    transition: .3s;
}
input.feedback-submit-btn:hover {
    background: #009971 !important;
    transition: .3s;
}


/*nursing page starts here*/
.nursing-banner{
	width: 100%;
    height: 600px;
    overflow: hidden;
    background-image: linear-gradient(to bottom, #2c2c2ca3,#005e45b0), url(../images/nursing-banner.jpg);
    /* background: #000; */
    background-size: cover;
}
.nursing-banner-text{
	width: 100%;
    height: 100%;
    position: relative;
}
.nursing-banner-text h4{
	text-align: center;
    width: 100%;
    color: #fff;
    font-size: 35px;
    margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.nursing-banner-text span{
	width: 100%;
    display: block;
    font-size: 18px;
    font-weight: 600;
    color: #e7e7e7;
    letter-spacing: 2px;
}
button.nursing-enquire-btn{
	display: block;
    margin: 0 auto;
    background: #f6931c;
    border: none;
    border-radius: 5px;
    color: #fff;
    margin-top: 15px;
    padding: 10px 25px;
    font-size: 16px;
    transition: 0.4s;
}
button.nursing-enquire-btn:hover{
	padding: 10px 30px;
	background: #009971;
}
.nursing-enquiry-form{
	width: 100%;
    padding: 10px 20px;
}
.nursing-enquiry-popup .modal-header{
	border: none;
	text-align: center;
}
.nursing-enquiry-popup .modal-header h5{
	text-align: center;
	width: 100%;
}
input.nursing-enquiry-btn{
	float: right;
    padding: 5px 25px;
    background: var(--yellow);
    border: none;
    border-radius: 5px;
    color: #fff;
}
input.nursing-enquiry-btn:hover{
	background: #009971;
}

.nursing-news{
	background: #f9f9f9;
}
.nursing-news-single{
	width: 100%;
    margin-bottom: 25px;
    border-bottom: 1px solid #ededed;
}
.nursing-news-single-img{
	width: 250px;
	height: 150px;
	overflow: hidden;
}
.nursing-news-single-img img{
	width: 100%;
}
.nursing-news-single .media-body{
	margin-left: 15px;
}
.nursing-contact-detail{
	background: #009971;
	width: 100%;
}
.nursing-contact-detail-single{
	text-align: center;
    color: #fcfcfc;
    width: 100%;
    padding: 15px;
}
.nursing-contact-detail-single i{
	margin-bottom: 15px;
	font-size: 35px;
}

.nursing-footer{
	background: #003f2e;
    color: #fff;
    width: 100%;
}
.nursing-footer-single{
	width: 100%;
	text-align: center;
}
.nursing-footer-single a{
	display: inline;
    padding: 0 15px;
    border-right: 1px solid;
    color: #c2c2c2;
    text-decoration: none;
}
.nursing-footer-single a:hover{
	border-right: 1px solid #c2c2c2;
	color: #fff;
}
.nursing-footer-single a:last-child{
	border-right: none;
}

/*laboratory services*/
.laboratory-banner{
	background-image: linear-gradient(to bottom, #2c2c2ca3,#005e45b0), url(../images/services/laboratory-banner.jpg);
	/*background: #000;*/
}

.surgical-banner{
	background-image: linear-gradient(to bottom, #2c2c2ca3,#005e45b0), url(../images/services/surgical-banner.jpg);
	/*background: #000;*/
}
.emergency-banner{
	background-image: linear-gradient(to bottom, #2c2c2ca3,#005e45b0), url(../images/services/emergency-banner.jpg);
	/*background: #000;*/
}
.critical-ambulance-banner{
	background-image: linear-gradient(to bottom, #2c2c2ca3,#005e45b0), url(../images/services/critical-ambulance-banner.jpg);
}
.medicalicu-banner{
	background-image: linear-gradient(to bottom, #2c2c2ca3,#005e45b0), url(../images/services/12-bed-icu-banner.jpg);
}
.radiology-banner{
	background-image: linear-gradient(to bottom, #2c2c2ca3,#005e45b0), url(../images/services/radiology-banner.jpg);
}
.dialysis-banner{
	background-image: linear-gradient(to bottom, #2c2c2ca3,#005e45b0), url(../images/services/dialysis-banner.jpg);
}
.endoscopy-banner{
	background-image: linear-gradient(to bottom, #2c2c2ca3,#005e45b0), url(../images/services/10.jpg);
}

/*Go to top button*/
#GoToTop {
  display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    outline: none;
    background-color: #f6931c;
    color: white;
    cursor: pointer;
    padding: 10px 15px;
    border-radius: 4px;
    border: 1px solid #d4ab79;
    transition: .3s;
}

#GoToTop:hover {
  background-color: #009971;
  border: 1px solid #44bb9c;
}
#GoToTop:hover i{
	position: relative;
    top: -3px;
}
#GoToTop i{
	transition: .3s;
	transform: rotate(135deg);
}