.demo-2 .sl-slider-wrapper {
width: 100%;
height: 600px;
overflow: hidden;
position: relative;
}

.demo-2 .sl-slider .content{
padding: 200px 0 10px 0;
max-width: 1170px;
color: #fff;
margin: 0 auto;
position: relative;
z-index: 100;
}

.demo-2 .sl-slider .content img{ margin:20px 0;}
.demo-2 .sl-slider .content a{ margin-top:30px;}

.demo-2 .bg-img {
padding: 200px;
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
position: absolute;
top: -200px;
left: -200px;
width: 100%;
height: 100%;
-webkit-background-size: cover;
-moz-background-size: cover;
background-size: cover;
background-position: center center;
}

/* Custom navigation arrows */

.nav-arrows{ width:110px; height:60px; float:left; background:#1dd2c8; position:absolute; right:0; top:50%; margin-top:-20px; z-index:99;}
.nav-arrows span {
position: absolute;
z-index: 2000;
top: 15px;
width: 30px;
height: 30px;
border: 1px solid #fff;
border: 1px solid #fff;
text-indent: -90000px;
cursor: pointer;

-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-o-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
}

.nav-arrows span:hover {
border-color: #fff; opacity:0.6;
}

.nav-arrows span.nav-arrow-prev {
right: 50px;
border-right: none;
border-top: none;
}

.nav-arrows span.nav-arrow-next {
right: 30px;
border-left: none;
border-bottom: none;
}

/* Custom navigation dots */

.nav-dots {
text-align: center;
position: absolute;
bottom:70px;
height: 30px;
width: 100%;
left: 0;
z-index: 1000;
}

.nav-dots span {
display: inline-block;
position: relative;
width: 16px;
height: 16px;
border-radius: 50%;
margin: 3px;
background: #ddd;
background: rgba(150,150,150,0.4);
cursor: pointer;
box-shadow: 
0 1px 1px rgba(255,255,255,0.4), 
inset 0 1px 1px rgba(0,0,0,0.1);
}

.demo-2 .nav-dots span {
background: rgba(150,150,150,0.1);
margin: 6px;
-webkit-transition: all 0.2s;
-moz-transition: all 0.2s;
-ms-transition: all 0.2s;
-o-transition: all 0.2s;
transition: all 0.2s;
box-shadow: 
0 1px 1px rgba(255,255,255,0.4), 
inset 0 1px 1px rgba(0,0,0,0.1),
0 0 0 2px rgba(255,255,255,0.5);
}

.demo-2 .nav-dots span.nav-dot-current,
.demo-2 .nav-dots span:hover {
box-shadow: 
0 1px 1px rgba(255,255,255,0.4), 
inset 0 1px 1px rgba(0,0,0,0.1),
0 0 0 5px rgba(255,255,255,0.5);
}

.nav-dots span.nav-dot-current:after {
content: "";
position: absolute;
width: 10px;
height: 10px;
top: 3px;
left: 3px;
border-radius: 50%;
background: rgba(255,255,255,0.8);
}

.sl-slider-wrapper { width: 1170px;height: 400px;margin: 0 auto;position: relative;overflow: hidden;}
.sl-slider {position: absolute;top: 0;left: 0;}

/* Slide wrapper and slides */

.sl-slide, .sl-slides-wrapper, .sl-slide-inner {position: absolute;width: 100%;height: 100%;top: 0;left: 0;} 
.sl-slide {z-index: 1;}

/* The duplicate parts/slices */

.sl-content-slice {overflow: hidden;position: absolute;-webkit-box-sizing: content-box;-moz-box-sizing: content-box;box-sizing: content-box;background: #fff;-webkit-backface-visibility: hidden;-moz-backface-visibility: hidden;-o-backface-visibility: hidden;-ms-backface-visibility: hidden;backface-visibility: hidden;opacity : 1;}

/* Horizontal slice */

.sl-slide-horizontal .sl-content-slice {width: 100%;height: 50%;left: -200px;-webkit-transform: translateY(0%) scale(1);-moz-transform: translateY(0%) scale(1);-o-transform: translateY(0%) scale(1);-ms-transform: translateY(0%) scale(1);transform: translateY(0%) scale(1);}

.sl-slide-horizontal .sl-content-slice:first-child {top: -200px;padding: 200px 200px 0px 200px;}

.sl-slide-horizontal .sl-content-slice:nth-child(2) {top: 50%;padding: 0px 200px 200px 200px;}

/* Vertical slice */

.sl-slide-vertical .sl-content-slice {width: 50%;height: 100%;top: -200px;-webkit-transform: translateX(0%) scale(1);-moz-transform: translateX(0%) scale(1);-o-transform: translateX(0%) scale(1);-ms-transform: translateX(0%) scale(1);transform: translateX(0%) scale(1);}

.sl-slide-vertical .sl-content-slice:first-child {left: -200px;padding: 200px 0px 200px 200px;}

.sl-slide-vertical .sl-content-slice:nth-child(2) {left: 50%;padding: 200px 200px 200px 0px;}

/* Content wrapper */
/* Width and height is set dynamically */
.sl-content-wrapper {position: absolute;}
.sl-content {width: 100%;height: 100%;background: #fff;}

/* Default styles for background colors */
.sl-slide-horizontal .sl-slide-inner {background: #ddd;}

.sl-slide-vertical .sl-slide-inner {background: #ccc;}



/* Animations for content elements */

.sl-trans-elems a{
-webkit-animation: fadeIn 0.5s linear 0.5s both;
-moz-animation: fadeIn 0.5s linear 0.5s both;
-o-animation: fadeIn 0.5s linear 0.5s both;
-ms-animation: fadeIn 0.5s linear 0.5s both;
animation: fadeIn 0.5s linear 0.5s both;
}
.sl-trans-elems h2{
-webkit-animation: moveUp 1s ease-in-out both;
-moz-animation: moveUp 1s ease-in-out both;
-o-animation: moveUp 1s ease-in-out both;
-ms-animation: moveUp 1s ease-in-out both;
animation: moveUp 1s ease-in-out both;
}
.sl-trans-elems img{
-webkit-animation: scaleDown 1s ease-in-out both;
-moz-animation: scaleDown 1s ease-in-out both;
-o-animation: scaleDown 1s ease-in-out both;
-ms-animation: scaleDown 1s ease-in-out both;
animation: scaleDown 1s ease-in-out both;

}
.sl-trans-back-elems .deco{
-webkit-animation: scaleDown 1s ease-in-out both;
-moz-animation: scaleDown 1s ease-in-out both;
-o-animation: scaleDown 1s ease-in-out both;
-ms-animation: scaleDown 1s ease-in-out both;
animation: scaleDown 1s ease-in-out both;
}
.sl-trans-back-elems h2{
-webkit-animation: fadeOut 1s ease-in-out both;
-moz-animation: fadeOut 1s ease-in-out both;
-o-animation: fadeOut 1s ease-in-out both;
-ms-animation: fadeOut 1s ease-in-out both;
animation: fadeOut 1s ease-in-out both;
}
.sl-trans-back-elems blockquote{
-webkit-animation: fadeOut 1s linear both;
-moz-animation: fadeOut 1s linear both;
-o-animation: fadeOut 1s linear both;
-ms-animation: fadeOut 1s linear both;
animation: fadeOut 1s linear both;
}
.demo-2 .bg-img {
padding: 200px;
background-origin: content-box;
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
position: absolute;
background-repeat: no-repeat;
top: -190px;
left: -200px;
width: 100vw;
height: 100vh;
-webkit-background-size: cover;
-moz-background-size: cover;
background-size: cover;
background-position: center center;
}

@-webkit-keyframes roll{
0% {-webkit-transform: translateX(500px) rotate(360deg);}
100% {-webkit-transform: translateX(0px) rotate(0deg);}
}
@-moz-keyframes roll{
0% {-moz-transform: translateX(500px) rotate(360deg); opacity: 0;}
100% {-moz-transform: translateX(0px) rotate(0deg); opacity: 1;}
}
@-o-keyframes roll{
0% {-o-transform: translateX(500px) rotate(360deg); opacity: 0;}
100% {-o-transform: translateX(0px) rotate(0deg); opacity: 1;}
}
@-ms-keyframes roll{
0% {-ms-transform: translateX(500px) rotate(360deg); opacity: 0;}
100% {-ms-transform: translateX(0px) rotate(0deg); opacity: 1;}
}
@keyframes roll{
0% {transform: translateX(500px) rotate(360deg); opacity: 0;}
100% {transform: translateX(0px) rotate(0deg); opacity: 1;}
}
@-webkit-keyframes moveUp{
0% {-webkit-transform: translateY(40px);}
100% {-webkit-transform: translateY(0px);}
}
@-moz-keyframes moveUp{
0% {-moz-transform: translateY(40px);}
100% {-moz-transform: translateY(0px);}
}
@-o-keyframes moveUp{
0% {-o-transform: translateY(40px);}
100% {-o-transform: translateY(0px);}
}
@-ms-keyframes moveUp{
0% {-ms-transform: translateY(40px);}
100% {-ms-transform: translateY(0px);}
}
@keyframes moveUp{
0% {transform: translateY(40px);}
100% {transform: translateY(0px);}
}
@-webkit-keyframes fadeIn{
0% {opacity: 0;}
100% {opacity: 1;}
}
@-moz-keyframes fadeIn{
0% {opacity: 0;}
100% {opacity: 1;}
}
@-o-keyframes fadeIn{
0% {opacity: 0;}
100% {opacity: 1;}
}
@-ms-keyframes fadeIn{
0% {opacity: 0;}
100% {opacity: 1;}
}
@keyframes fadeIn{
0% {opacity: 0;}
100% {opacity: 1;}
}
@-webkit-keyframes scaleDown{
0% {-webkit-transform: scale(1.1);}
100% {-webkit-transform: scale(1);}
}
@-moz-keyframes scaleDown{
0% {-moz-transform: scale(1.1);}
100% {-moz-transform: scale(1);}
}
@-o-keyframes scaleDown{
0% {-o-transform: scale(1.1);}
100% {-o-transform: scale(1);}
}
@-ms-keyframes scaleDown{
0% {-ms-transform: scale(1.1);}
100% {-ms-transform: scale(1);}
}
@keyframes scaleDown{
0% {transform: scale(1.1);}
100% {transform: scale(1);}
}
@-webkit-keyframes fadeOut{
0% {opacity: 1;}
100% {opacity: 0;}
}
@-moz-keyframes fadeOut{
0% {opacity: 1;}
100% {opacity: 0;}
}
@-o-keyframes fadeOut{
0% {opacity: 1;}
100% {opacity: 0;}
}
@-ms-keyframes fadeOut{
0% {opacity: 1;}
100% {opacity: 0;}
}
@keyframes fadeOut{
0% {opacity: 1;}
100% {opacity: 0;}
}


/* =========alok css========= */

.condition-banner{
background: url(../images/fdc.webp);
height: 250px;
background-repeat: no-repeat;
background-position: 50% 15%;
background-size: cover;
}
.blog-banner{
background: url(../images/business-women-signature-document_1388-90.webp);
height: 250px;
background-repeat: no-repeat;
background-position: center;
background-size: cover;
}
.contact-banner{
background: url(../images/vintage-pink-telephone-composition_23-2148913955.webp);
height: 250px;
background-repeat: no-repeat;
background-position: 50% 90%;
background-size: cover;
}
.gallery-banner{
background: url(../images/gbb.webp);
height: 250px;
background-repeat: no-repeat;
background-position: 50% 15%;
background-size: cover;
}
.about-banner {
background: url(../images/stethoscope-copy-space.webp);
height: 250px;
background-repeat: no-repeat;
background-position: center;
background-size: cover;
}
.condition-para p{
font-size: 20px;
line-height: 28px;
color: #000;

}
.page-title {
font-size: 40px;
font-weight: 700;
color: #1dd2c8;
background: url(../images/title-bg.webp) center bottom no-repeat;
margin: 0;
padding-bottom: 20px;
/* background-position: left; */
/* background-position-y: 50px; */
text-align: center;
margin-bottom: 20px;
padding-top: 20px;
}
.innermiddle {
width: 100%;
float: left;
position: relative;
}

.innermiddle h1 {
color: #2b8897;
font-size: 26px;
font-weight: 700;
margin-bottom: 10px;
line-height: 36px;
}

.innermiddle h1 a span {
color: #2b8897;
font-size: 32px;
font-weight: 700;
}

.innermiddle img {
float: right;
margin: 0 0 20px 20px
}

.innermiddle span {
font-size: 18px;
color: #000
}

.innermiddle h1, h2, h3 {
font-size: 18px;
color: #666;
margin: 0 0 15px;
border-bottom: 0px solid #dbdbdb;
padding-bottom: 15px;
margin-top: 25px;
font-weight: 700
}

.innermiddle h2  {
font-size: 18px;
color: #666;
font-weight: 700
}

.innermiddle h2 a:hover {
color: #2b8897;
}


.innermiddle ul {
padding-bottom: 15px
}

.innermiddle h3 {
font-size: 18px;
color: #666;
font-weight: 700
}

.innermiddle h4 {
font-size: 15px;
color: #0f0000;
font-weight: 700
}

.innermiddle li,.innermiddle p {
color: #404040;
font-family: open_sanslight,Arial,Helvetica,sans-serif;
line-height: 26px;
font-size: 14px;
list-style: square;
text-align: justify;

}
.award-head h3{
color: #2b8897;
font-size: 26px;
font-weight: 700;
margin-bottom: 10px;
line-height: 36px;
text-align: center;
}
.facilities-banner{
background: url(../images/blur-hospital.webp);
height: 250px;
background-repeat: no-repeat;
background-position: 100% 30%;
background-size: cover;
padding: 97px 0px 0px 0px;
}

/* .wid-30p li {
background: url(../images/right-arrow.png) 0 5px no-repeat;
padding-left: 20px;
margin-bottom: 3px;
} */

.innermiddle li a:hover {
color: #000;
}
.col-md-3.award-head {
padding: 0 45px;
}
.award-head img{
margin-top: 20px;
}
.col-md-3.col-sm-4.col-xs-6.no-padding {
margin: 15px 0px;
}
/* .owl-item {
margin: 0px 20px;
} */


/* ===========end alok css======== */


/* Media Queries for custom slider */

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


.demo-1 .sl-slide blockquote p:before {
line-height: 10px;
width: 40px;
height: 40px;
font-size: 120px;
left: -45px;
}

.demo-2 .sl-slider-wrapper {
height: 500px;
}
}

.over-scroll
{
position: sticky;
top: 50px;
}

.about-section {
padding: 60px 0;
background-color: #f9f9f9;
}
.about-section h1,
.about-section h2 {
color: #333;
}
.about-section .video-wrapper {
text-align: center;
margin: 30px 0;
}
.about-section p {
font-size: 16px;
line-height: 1.6;
color: #666;
}
.about-section .why-choose-us {
background-color: #fff;
padding: 40px;
border-radius: 8px;
box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}
.about-section .why-choose-us h4 {
margin-bottom: 20px;
color: #333;
}
.about-section .why-choose-us ul {
list-style: none;
padding: 0;
}
.about-section .why-choose-us ul li {
margin-bottom: 10px;
}
@media only screen and (max-width: 1024px), only screen and (max-device-width: 1024px) {
.navbar-nav li a {
  font-size: 14px;
}
}
@media only screen and (max-width: 768px), only screen and (max-device-width: 768px) {
.navbar-nav {
    float: left;
  margin: 0;
} 
.demo-2 .bg-img-1,.demo-2 .bg-img-2,.demo-2 .bg-img-3,.demo-2 .bg-img-4 {
 background-size: cover;
left: 0px;
height: 30vh;
padding:192px 12px 14px 0px;
background-repeat: no-repeat;
background-position: center;
}
.sl-slide-inner {
height: 50%;
}
.slider h2 {
    font-size: 20px;
}
.btn-turquaz-lg{
  font-size: 2.2vh;
}
.sl-slide-vertical .sl-slide-inner {
background: #ffffff;
}
.sl-slide-horizontal .sl-slide-inner {
background: #ffffff;
}
header .navbar {
min-width: 100%;
height: 62px;
float: left;
margin: 0;
position: relative;
z-index: 99;
}
#contact-form {
width: 100%;
float: left;

}
.makeit_btn {
color: #fff;
padding: 5px 20px;
font-size: 20px;
font-weight: 700;
background: #1dd2c8;
border: 1px solid;
margin-top: 4px;
}
.home-services {
width: 100%;
margin-top: -37px;
margin-bottom: -160px;
}
.gallery h5 {
margin-bottom: 12px;
margin-top: 2px;
display: inline-block;
}
}

.blog-section {
padding: 30px 0;
background-color: #f9f9f9;
}
.blog-card {
background: #fff;
border-radius: 8px;
box-shadow: 0 5px 15px rgba(0,0,0,0.1);
margin-bottom: 30px;
transition: all 0.3s ease;
overflow: hidden;
height: 100%;
}
.blog-card:hover {
transform: translateY(-10px);
box-shadow: 0 15px 30px rgba(0,0,0,0.2);
}
.blog-image-container {
position: relative;
overflow: hidden;
height: 200px;
}
.blog-image {
width: 100%;
height: 100%;
object-fit: cover;
transition: transform 0.5s;
}
.blog-card:hover .blog-image {
transform: scale(1.05);
}
.blog-content {
padding: 20px;
}
.blog-date {
color: #4CAF50;
font-size: 14px;
margin-bottom: 10px;
font-weight: 600;
}
.blog-title {
font-size: 18px;
margin-bottom: 15px;
line-height: 1.4;
color: #333;
font-weight: 700;
}
.blog-excerpt {
color: #666;
font-size: 14px;
line-height: 1.6;
margin-bottom: 15px;
}
.read-more-btn {
display: inline-block;
background: #4CAF50;
color: white;
padding: 8px 20px;
border-radius: 4px;
text-decoration: none;
transition: all 0.3s;
font-weight: 600;
text-transform: uppercase;
font-size: 13px;
}
.read-more-btn:hover {
background: #3e8e41;
color: white;
transform: translateY(-2px);
}
.section-title {
text-align: center;
margin-bottom: 50px;
}
.section-title h2 {
font-size: 36px;
color: #333;
position: relative;
padding-bottom: 15px;
font-weight: 700;
}
.section-title h2:after {
content: '';
position: absolute;
bottom: 0;
left: 50%;
transform: translateX(-50%);
width: 80px;
height: 3px;
background: #4CAF50;
}
.rated-badge {
position: absolute;
top: 10px;
right: 10px;
background: rgba(255,255,255,0.9);
padding: 5px 10px;
border-radius: 20px;
font-size: 12px;
font-weight: bold;
color: #333;
box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

/* Existing Styles */
.about-section {
padding: 60px 0;
background-color: #f9f9f9;
}
.about-section h1,
.about-section h2 {
color: #333;
font-size: 20px;
}
.about-section .video-wrapper {
text-align: center;
margin: 30px 0;
}
.about-section p {
font-size: 16px;
line-height: 1.6;
color: #666;

}
.about-section .why-choose-us {
background-color: #fff;
padding: 40px;
border-radius: 8px;
box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}
.about-section .why-choose-us h4 {
margin-bottom: 20px;
color: #333;
}
.about-section .why-choose-us ul {
list-style: none;
padding: 0;
}
.about-section .why-choose-us ul li {
margin-bottom: 10px;
}
@media only screen and (max-width: 1024px), only screen and (max-device-width: 1024px) {
.navbar-nav li a {
font-size: 9px;
}
}
@media only screen and (max-width: 768px), only screen and (max-device-width: 768px) {
.navbar-nav {
float: left;
margin: 0;
}


}

.sticky-icon {
position: fixed;
left: 30px;
bottom: 30px;
display: flex;
flex-direction: column;
z-index: 999;
}
.sticky-icon img {
width: 50px;
height: 50px;
margin-bottom: 10px;
border-radius: 10px;
cursor: pointer;
}

.makeit_btn-model {
color: #fff;
padding: 5px 20px;
font-size: 20px;
font-weight: 700;
background: #1dd2c8;
border: 1px solid;
margin-top: 24px;
}

.modal-title {
margin: 0;
line-height: 0.428571;
font-size: 20px;
margin-top: 10px;
margin-bottom: -10px;
}  

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

.makeit_btn {
    
    margin-top: 6px!important;
    background:#283736!important;
}
.home-services * {
   
    margin-top: 9px!important;
}
.drr h1, h2, h3 {
    font-size: 18px!important;
    text-align: left;
    font-weight: 500!important;
    line-height: 25px!important;
    color: #555555!important;
}
}
