@charset "utf-8";

@import url("fontawesome-free/css/all.css");
@import url("framework.css");

/* Rows
--------------------------------------------------------------------------------------------------------------- */
.row0, .row0 a{}
.row1, .row1 a{}
.row2, .row2 a{}
.row3, .row3 a{}
.row4, .row4 a{}
.row5, .row5 a{}
.cnt-flud{display:inline-flex !important;}

/* Top Bar
--------------------------------------------------------------------------------------------------------------- */
#topbar{padding:5px 0; }

#topbar ul li{display:inline-block; margin-right:15px;}
#topbar ul li:last-child{margin-right:0; padding-right:0; border-right:none;}
#topbar i{line-height:normal;}

/* Search Form */
#topbar #searchform{position:relative; line-height:1; z-index:9999;}
#topbar #searchform::after{display:block; height:18px; line-height:18px; padding:0; font-family:"Font Awesome 5 Free"; font-weight:900; content:"\f002"/* fa-search */;}
#topbar #searchform:hover::after, #topbar #searchform button{cursor:pointer;}
#topbar #searchform > div{position:absolute; top:18px; right:0; width:280px; visibility:hidden; opacity:0/* Required for transition effect */;}
#topbar #searchform:hover > div{visibility:visible; opacity:1/* Required for transition effect */;}
#topbar #searchform form{display:block; position:relative;}
#topbar #searchform form *{border:none;}
#topbar #searchform input{display:block; width:100%; height:36px; padding:8px 40px 8px 10px; font-size:1rem;}
#topbar #searchform ::placeholder{text-transform:capitalize;}
#topbar #searchform button{display:block; position:absolute; top:3px; right:2px; height:30px; font-size:16px; line-height:1;}


/* Contact Details
--------------------------------------------------------------------------------------------------------------- */
#ctdetails{padding:10px 0;}

#ctdetails ul{}
#ctdetails ul li{}
#ctdetails ul li div{position:relative; min-height:45px; padding:0 0 0 45px; line-height:1; word-wrap:break-word;}
#ctdetails ul li div i{position:absolute; top:0; left:0; width:40px; height:40px; line-height:40px; font-size:16px; text-align:center; border-radius:50%;}
#ctdetails ul li div span{display:block; padding:4px 0 0 0;}
#ctdetails ul li div strong{display:block; margin:0 0 8px 0;}
#ctdetails div:last-child{margin-bottom:0;}/* Used when elements stack in small viewports */


/* Header
--------------------------------------------------------------------------------------------------------------- */
.padtop{padding:80px 0 0 0;}
 

#header{padding:0 0px;}

#header #logo{margin:0px 0 0 0;}
#header #logo h1 a img{width:100px;height:100px;}
#header #logo h1{margin:0; padding:0; font-size:2rem; font-variant:small-caps;}


/* Page Intro
--------------------------------------------------------------------------------------------------------------- */
#pageintro{padding:200px 0;}

#pageintro article{display:block; max-width:60%; text-transform:capitalize;}
#pageintro .heading{font-size:5rem;}
#pageintro footer{margin-top:50px;}


/* Content Area
--------------------------------------------------------------------------------------------------------------- */
.container{padding:50px 0;}
.container-first{padding:80px 0 40px 0;}

/* Content */
.container .content{}

.sectiontitle{display:block; max-width:55%; margin:0 auto 40px; text-align:center;}
.sectiontitle *{margin:0;}

.grid-3 > li{margin-bottom:50px;}
.grid-3 > li:nth-last-child(-n+3){margin-bottom:0;}/* Removes bottom margin from the last line of items - margin is restored in the media queries when items stack */
.grid-3 > li:nth-child(3n+1){margin-left:0; clear:left;}/* Removes the need to add class="first" */

/* Introblocks */
#introblocks{display:block; position:relative; margin:-95px 0 0 0; z-index:1; text-align:center;}
#introblocks figure{margin:0px;}
#introblocks figure figcaption{}
#introblocks figure figcaption > a{display:block; padding:15px; text-transform:capitalize; font-size:1.2rem;}

/* Services */
#services{text-align:center;}
#services article{padding:0 0 20px 0; border:1px solid;}
#services i{margin-bottom:30px; font-size:3rem;color:#e93238;}

.serv-img{padding:20px 0;}
/* Points */
.points{}
.points ul{}
.points li{position:relative; min-height:60px; margin:0 0 30px 0; padding:5px 0 0 80px; line-height:1;}
.points1 li{position:relative; min-height:60px; margin:0 0 30px 0; padding:5px 0 0 0px; line-height:1;}
.points li:last-child{margin:0;}/* Used when elements stack in small viewports */
.points li i{position:absolute; top:0; left:0; width:60px; height:60px; line-height:60px; font-size:20px; text-align:center; border-radius:50%;}
.points li .heading{margin:0 0 10px 0; font-size:1.2rem;}
.points li .heading1{
	margin:20px 0 15px 0; 
	font-size:1.2rem;    
	border: 1px solid #2e68a3;
    border-left: 4px solid #e93238;
    background: #2e68a3;
    color: #fff;
    font-size: 16px;
    display: inline-block;
    padding: 5px 10px;
    
}
.points li p{margin:0; line-height:1.4rem;}

/* Testimonials */
#testimonials{}
#testimonials article{display:block; position:relative; max-width:60%; margin:0 auto; padding:50px 30px 50px 160px;}
#testimonials article *{margin:0; padding:0;}
#testimonials article figure{position:absolute; top:30px; left:30px;}
#testimonials article figure img{border-radius:50%;}
#testimonials article .heading{}
#testimonials article em{display:block; margin:-5px 0 30px 0; font-size:.8rem; font-style:normal;}
#testimonials article blockquote{line-height:1.6rem;}
#testimonials article blockquote::before{top:0; left:0; font-size:30px; line-height:30px;}

/* Latest */
#latest{}
#latest > li:last-child{margin-bottom:0;}/* Used when elements stack in small viewports */
#latest article{}
#latest article figure{}
#latest article figure > a{margin-bottom:20px;}
#latest article figure figcaption{}
#latest article figure figcaption .heading{margin:0 0 8px 0;}
#latest article figure figcaption .meta{display:block; margin:0 0 20px 0;}
#latest article figure figcaption .meta li{display:inline-block; margin-right:5px; padding-right:10px; border-right:1px solid red; font-size:.8rem;}
#latest article figure figcaption .meta li:last-child{margin-right:0; padding-right:0; border-right:none;}
#latest article figure figcaption .meta li i{margin-right:5px;}

/* Comments */
#comments ul{margin:0 0 40px 0; padding:0; list-style:none;}
#comments li{margin:0 0 10px 0; padding:15px;}
#comments .avatar{float:right; margin:0 0 10px 10px; padding:3px; border:1px solid;}
#comments address{font-weight:bold;}
#comments time{font-size:smaller;}
#comments .comcont{display:block; margin:0; padding:0;}
#comments .comcont p{margin:10px 5px 10px 0; padding:0;}

#comments form{display:block; width:100%;}
#comments input, #comments textarea{width:100%; padding:10px; border:1px solid;}
#comments textarea{overflow:auto;}
#comments div{margin-bottom:15px;}
#comments input[type="submit"], #comments input[type="reset"]{display:inline-block; width:auto; min-width:150px; margin:0; padding:8px 5px; cursor:pointer;}

/* Sidebar */
.container .sidebar{}

.sidebar .sdb_holder{margin-bottom:50px;}
.sidebar .sdb_holder:last-child{margin-bottom:0;}


/* Footer
--------------------------------------------------------------------------------------------------------------- */
#footer{padding:80px 0 20px 50px;}

#footer .heading{margin-bottom:20px; font-size:1.2rem;}
#footer p + .faico{margin-top:30px;}

#footer input, #footer button{border:1px solid;}
#footer input{display:block; width:100%; padding:12px 15px;}
#footer button{padding:10px 15px 12px; font-size:1rem;}

#footer .linklist li{border-bottom:1px solid;}
#footer .linklist li a{display:block; margin-bottom:0px; padding:7px 0 7px 0;}
#footer .linklist li:last-child{margin:0; padding:0; border:none;}
#footer .linklist li::before, #footer .linklist li::after{display:table; content:"";}
#footer .linklist li, #footer .linklist li::after{clear:both;}

#footer .linklist1 li{display:block; margin-bottom:15px; color:#fff; padding:0 0 15px 0;}
/* #footer .linklist1 li:last-child{margin:0; padding:0; border:none;} */
#footer .linklist1 li::before, #footer .linklist li::after{display:table; content:"";}
#footer .linklist1 li, #footer .linklist li::after{clear:both;}


#footer .latestimg{}
#footer .latestimg > li{display:inline-block; float:left; width:30%; margin:0 0 5% 5%;}
#footer .latestimg > li:nth-last-child(-n+3){margin-bottom:0;}/* Removes bottom margin from the last three items - margin is restored in the media queries when items stack */
#footer .latestimg > li:nth-child(3n+1){margin-left:0; clear:left;}/* Removes the need to add class="first" */
#footer .latestimg > li img{width:100%;}/* Force the image to resize to take the full space - may have to be changed for tablets, depends on personal preference */
#footer .latestimg > li a.imgover{display:block;}

#footer nav{display:block; text-align:center; text-transform:uppercase;}
#footer nav li{display:inline; margin-right:20px;}
#footer nav li:last-child{margin-right:0;}


/* Copyright
--------------------------------------------------------------------------------------------------------------- */
#copyright{padding:10px 0px; border-top:1px solid;}
#copyright *{margin:0; padding:0;}

#copyright p a{color:#fff;font-weight:1000;}

/* Add roundness to certain items
Settings are all different due to the optical similarity needed for different sized elements
Delete this section if roundness is not wanted / required
--------------------------------------------------------------------------------------------------------------- */
.btn{border-radius:14px;}
#footer input, #footer button{border-radius:12px;}


/* Transition Fade
This gives a smooth transition to "ALL" elements used in the layout - other than the navigation form used in mobile devices
If you don't want it to fade all elements, you have to list the ones you want to be faded individually
Delete it completely to stop fading
--------------------------------------------------------------------------------------------------------------- */
/* *, *::before, *::after{transition:all .3s ease-in-out;} */

#mainav form *{transition:none !important;}


/* ------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------ */


/* Navigation
--------------------------------------------------------------------------------------------------------------- */
nav ul, nav ol{margin:0; padding:0; list-style:none;}

#mainav, #breadcrumb, #breadcrumb1, .sidebar nav{line-height:normal;}
#mainav .drop::after, #mainav li li .drop::after, #breadcrumb li a::after, #breadcrumb1 li a::after, .sidebar nav a::after{position:absolute; font-family:"Font Awesome 5 Free"; font-weight:900; font-size:10px; line-height:10px;}

/* Top Navigation */
#mainav{padding-top:21px;}
#mainav ul{text-transform:uppercase;}
#mainav ul ul{position:absolute; width:300px; text-transform:none; z-index:9999;}
#mainav ul ul ul{left:180px; top:0;}
#mainav li{display:inline-block; position:relative; margin:0 5px 0 0; padding:0;}
#mainav li:last-child{margin-right:0;}
#mainav li li{width:100%; margin:0;}
#mainav li a{display:block; padding:15px 10px;}
#mainav li li a{border:solid; border-width:0 0 1px 0;}
#mainav .drop{padding-right:15px;}
#mainav li li a, #mainav li li .drop{display:block; margin:0; padding:10px 15px;}
#mainav .drop::after, #mainav li li .drop::after{content:"\f0d7";}
#mainav .drop::after{top:20px; right:5px;}
#mainav li li .drop::after{top:15px; left:5px;}
#mainav ul ul{visibility:hidden; opacity:0;}
#mainav ul li:hover > ul{visibility:visible; opacity:1;}

#mainav form{display:none; width:100%; margin:0; padding:0;}
#mainav form select, #mainav form select option{display:block; cursor:pointer; outline:none;}
#mainav form select{width:100%; padding:5px; border:1px solid;}
#mainav form select option{margin:5px; padding:0; border:none;}

/* Breadcrumb */
/* #breadcrumb1{padding:30px 0 30px; text-align:right;} */
#breadcrumb{padding:150px 0 30px; text-align:right;}
#breadcrumb ul{margin:0; padding:0; list-style:none; text-transform:uppercase;}
#breadcrumb li{display:inline-block; margin:0 6px 0 0; padding:0;}
#breadcrumb li a{display:block; position:relative; margin:0; padding:0 12px 0 0; font-size:12px;}
#breadcrumb li a::after{top:4px; right:0; content:"\f0da";}
#breadcrumb li:last-child a{margin:0; padding:0;}
#breadcrumb li:last-child a::after{display:none;}
#breadcrumb .heading{margin:0; font-size:2rem;}

/* Sidebar Navigation */
.sidebar nav{display:block; width:100%;}
.sidebar nav li{margin:0 0 3px 0; padding:0;}
.sidebar nav a{display:block; position:relative; margin:0; padding:5px 10px 5px 15px; text-decoration:none; border:solid; border-width:0 0 1px 0;}
.sidebar nav a::after{top:10px; left:5px; content:"\f0da";}
.sidebar nav ul ul a{padding-left:35px;}
.sidebar nav ul ul a::after{left:25px;}
.sidebar nav ul ul ul a{padding-left:55px;}
.sidebar nav ul ul ul a::after{left:45px;}

/* Pagination */
.pagination{display:block; width:100%; text-align:center; clear:both;}
.pagination li{display:inline-block; margin:0 2px 0 0;}
.pagination li:last-child{margin-right:0;}
.pagination a, .pagination strong{display:block; padding:8px 11px; border:1px solid; background-clip:padding-box; font-weight:normal;}

/* Back to Top */
#backtotop{z-index:999; display:inline-block; position:fixed; visibility:hidden; bottom:20px; right:20px; width:36px; height:36px; line-height:36px; font-size:16px; text-align:center; opacity:.2;}
#backtotop i{display:block; width:100%; height:100%; line-height:inherit;}
#backtotop.visible{visibility:visible; opacity:.5;}
#backtotop:hover{opacity:1;}


/* Tables
--------------------------------------------------------------------------------------------------------------- */
table, th, td{border:1px solid; border-collapse:collapse; vertical-align:top;}
table, th{table-layout:auto;}
table{width:100%; margin-bottom:15px;}
th, td{padding:5px 8px;}
td{border-width:0 1px;}


/* Gallery
--------------------------------------------------------------------------------------------------------------- */
#gallery{display:block; width:100%; margin-bottom:50px;}
#gallery figure figcaption{display:block; width:100%; clear:both;}
#gallery li{margin-bottom:30px;}


/* Font Awesome Social Icons
--------------------------------------------------------------------------------------------------------------- */
.faico{margin:0; padding:0; list-style:none;}
.faico li{display:inline-block; margin:8px 5px 0 0; padding:0; line-height:normal;}
.faico li:last-child{margin-right:0;}
.faico a{display:inline-block; width:36px; height:36px; line-height:36px; font-size:18px; text-align:center;}

.faico a{color:inherit; background-color:rgba(255,255,255,.2);}
.faico a:hover{color:#FFFFFF;}

.faicon-dribble:hover{background-color:#EA4C89;}
.faicon-facebook:hover{background-color:#3B5998;}
.faicon-google-plus:hover{background-color:#DB4A39;}
.faicon-linkedin:hover{background-color:#0E76A8;}
.faicon-twitter:hover{background-color:#00ACEE;}
.faicon-vk:hover{background-color:#4E658E;}


/* ------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------ */


/* Colours
--------------------------------------------------------------------------------------------------------------- */
body{color:#A8A8A8; background-color:#202020/* Fallback incase a background image doesn't load */;}
a{color:#2e68a3;}
/* a:active, a:focus{background:transparent !important;}a:active, a:focus{background:transparent !important;}/* IE10 + 11 Bugfix - prevents grey background */ */
hr, .borderedbox{border-color:#D7D7D7;}
label span{color:#FF0000; background-color:inherit;}
input:focus, textarea:focus, *:required:focus{border-color:#2e68a3 !important;}

.overlay{color:#FFFFFF; background-color:inherit;}
/* .overlay::after{color:inherit; background-color:rgba(0,0,0,.55);} */
.overlay::after{color:inherit;}
.overlay.light{color:#474747;}
.overlay.light::after{background-color:rgba(255,255,255,.7);}

.btn, .btn.inverse:hover{color:#FFFFFF; background-color:#8EC837; border-color:#8EC837;}
.btn:hover, .btn.inverse{color:inherit; background-color:transparent; border-color:inherit;}

.imgover:hover::before{background-color:rgb(46 104 163 / 30%);/* #8EC837 */}
.imgover, .imgover:hover::after{color:#FFFFFF;}


/* Rows */
.row0, .row0 a{color:#FFFFFF; background-color:#e93238;}
.row1{color:#474747; background-color:#FFFFFF;}
.row2{color:#474747; background-color:#F4F4F4;}
.row3{color:#474747; background-color:#FFFFFF;}
.row4{color:#A8A8A8;}
.row5, .row5 a{color:#A8A8A8;}


/* Top Bar */
#topbar > div:first-of-type i{color:#fff;}
#topbar #searchform{color:inherit;}
#topbar #searchform:hover{}
#topbar #searchform input{color:#FFFFFF; background:#000000;}
#topbar #searchform button{color:#FFFFFF; background:transparent;}


/* Contact Details */
#ctdetails ul li div i{color:#2e68a3; background-color:rgba(0,0,0,.03);}
#ctdetails ul li div:hover i{color:#FFFFFF; background-color:#2e68a3;}


/* Header */
.header1{background:#2e68a3;}
#header{color:#FFFFFF; background-color:#2e68a3;}
#header #logo a{color:inherit;font-size:22px;}


/* Content */
#introblocks figure figcaption > a{color:#FFFFFF; background-color:#2e68a3;text-transform:uppercase;font-weight:800;}
#introblocks figure figcaption > a{color:#FFFFFF; background-color:#2e68a3;text-transform:uppercase;font-weight:500;}

.points{}
.points li a i{color:inherit; background-color:#FFFFFF;}
.points li:hover a i{color:#FFFFFF; background-color:#8EC837;}

#services article{border-color:rgb(46 104 163);}
#services article:hover{color:inherit; background-color:rgba(0,0,0,.02);}

#testimonials article{color:#474747; background-color:#FFFFFF;}
#testimonials article blockquote::before{color:rgba(0,0,0,.05);}

#latest article figure figcaption .meta li{border-color:rgba(0,0,0,.1);}


/* Footer */
#footer .heading{color:#2e68a3;background:#fff;padding:5px 10px;font-size:15px;}
#footer hr, #footer .borderedbox, #footer .linklist li{border-color:rgba(255,255,255,.1);}
#footer .linklist li:hover{background:#e93238;}
#footer .linklist li:hover a{color:#fff;padding-left:7px;transition:0.5s;}

#footer input, #footer button{border-color:transparent;}
#footer input{color:#FFFFFF; background-color:rgba(255,255,255,.2);}
#footer input:focus{background-color:#000;}
#footer button{color:#FFFFFF; background-color:#000;}
#footer button:hover{color:inherit; background-color:transparent; border-color:inherit;}

#footer nav a{color:#FFFFFF;padding:5px 10px;}
#footer nav a:hover{color:#fff;background:#e93238;}


/* Copyright */
#copyright{border-color:rgba(255,255,255,.2);}


/* Navigation */
#mainav li a{color:inherit;}
#mainav .active a, #mainav a:hover, #mainav li:hover > a{color:#fff; background-color:#e93238;}
#mainav li li a, #mainav .active li a{color:#FFFFFF; background-color:rgb(46 104 163 / 90%); border-color:rgb(255 255 255 / 37%);/* #8EC837 */}
#mainav li li:hover > a, #mainav .active .active > a{color:#FFFFFF; background-color:#e93238;}
#mainav form select{color:#474747; background-color:#FFFFFF; border-color:#D7D7D7;}

#breadcrumb *{color:#FFFFFF; background-color:inherit;}
#breadcrumb li:last-child a{color:#8EC837;}

#breadcrumb1 *{color:#2e68a3; background-color:inherit;}
#breadcrumb1 li:last-child a{color:#000;font-weight:bold;}

.container .sidebar nav a{color:inherit; border-color:#D7D7D7;}
.container .sidebar nav a:hover{color:#8EC837;}

.pagination a, .pagination strong{border-color:#D7D7D7;}
.pagination .current *{color:#FFFFFF; background-color:#8EC837;}

#backtotop{color:#FFFFFF; background-color:#e93238;}


/* Tables + Comments */
table, th, td, #comments .avatar, #comments input, #comments textarea{border-color:#D7D7D7;}
th{color:#FFFFFF; background-color:#373737;}
tr, #comments li, #comments input[type="submit"], #comments input[type="reset"]{color:inherit; background-color:#FBFBFB;}
tr:nth-child(even), #comments li:nth-child(even){color:inherit; background-color:#F7F7F7;}
table a, #comments a{background-color:inherit;}


/* ------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------ */


/* Media Queries
--------------------------------------------------------------------------------------------------------------- */
@-ms-viewport{width:device-width;}


/* Max Wrapper Width - Laptop, Desktop etc.
--------------------------------------------------------------------------------------------------------------- */
@media screen and (min-width:1140px){
	.hoc{max-width:1140px;}
}

@media screen and (min-width:978px) and (max-width:1140px){
	.hoc{max-width:95%;}
}


/* Mobile Devices
--------------------------------------------------------------------------------------------------------------- */
@media screen and (max-width:978px){
	.hoc{max-width:100%;}

	#topbar{}

	#header{padding:0px;}
	#header #logo{margin-top:0;}

	#mainav{padding-top:0px;}
	#mainav ul{display:none;}
	#mainav form{display:block; margin-top:2px;}

	#breadcrumb{}

	.container{}
	#comments input[type="reset"]{margin-top:10px;}
	.pagination li{display:inline-block; margin:0 5px 5px 0;}

	#footer{}

	#copyright{}
	#copyright p:first-of-type{margin-bottom:10px;}
	
/* Home page 	 */
	.sectiontitle3{margin:0 auto !important;}
	#introblocks{margin:0px;}
	#header #logo h1 a img{width:80px !important;height:auto !important;}
	#header #logo a{font-size:18px;}
	#ctdetails{display:none;}
	.hospit-attach .hosp-attach{padding-left:0px !important;}
	#introblocks figure figcaption{width:100% !important;}
	.container{padding:30px 0;}
	.wrapper .speciality1 .one_quarter, .wrapper .speciality1 h6{margin:0 0 10px 0 !important;}
	#footer{padding:20px;}
	.footer-home p{text-align:justify !important;}
	.btmspace-50{margin-bottom:10px;}
	#copyright{padding:0 15px;}
	#copyright p{font-size:12px;}
/* About page */
	.hoc{padding:20px 20px;}
	.abt-home h6{padding-top:20px;}
/* Speciality page  */
	.sectiontitle2{margin-bottom:0px !important;}
	.wrapper .speciality h6 a{padding:15px 0 !important;}
	.wrapper .speciality h6{margin:0 !important;}
	.wrapper .speciality .one_quarter{margin-bottom:10 !important;}
/* Services page  */
	#breadcrumb1{padding:0px !important;}
	.tab-content{padding:0px 17px 0 0 !important;}
	.service-about{display:none;}
	.tab-content h1{padding-top:20px;}
	
}

@media screen and (max-width:750px){
	.imgl, .imgr{display:inline-block; float:none; margin:0 0 10px 0;}
	.fl_left, .fl_right{display:block; float:none;}
	.one_half, .one_third, .two_third, .one_quarter, .two_quarter, .three_quarter{display:block; float:none; width:auto; margin:0 0 30px 0;}
	.last, .group .group > *:last-child, .clear .clear > *:last-child, .clear .group > *:last-child, .group .clear > *:last-child{margin-bottom:0;}/* Experimental - Needs more testing in different situations, stops double margin when stacking */

	#topbar{text-align:center;}
	#topbar > div:first-of-type{margin-bottom:15px;}
	#topbar #searchform{display:none;}/* If it's required you will have to modify the CSS to display it correctly - personal preference */

	#header{text-align:center;}
	#header #logo{margin:0 0 15px 0;}

	#pageintro article{max-width:none;}
	#pageintro .heading{margin-bottom:20px; font-size:2.5rem;}

	.sectiontitle{max-width:none;}
	.sd-third > li, .grid-3{max-width:348px;}/* Restrict the width to the one_third grid element in smaller devices */
	.grid-3{margin:0 auto;}
	.grid-3 > li:nth-last-child(-n+3){margin-bottom:20px;}
	.grid-3 > li:last-child{margin-bottom:0;}

	#testimonials article{max-width:80%;}
	#latest > li{margin:0 auto 50px;}

	#footer{}
	#footer .latestimg > li, #footer .latestimg > li:nth-last-child(-n+3){display:inline-block; float:none; width:auto; margin:0 5% 5% 0;}
	#footer .latestimg > li:last-child{margin-bottom:0;}
	#footer .latestimg > li img{width:auto;}

/* Own codeing responsive	 */

	#topbar{}

	#header{padding:0px;}
	#header #logo{margin-top:0;}

	#mainav{padding-top:0px;}
	#mainav ul{display:none;}
	#mainav form{display:block; margin-top:2px;}

	#breadcrumb{}

	.container{}
	#comments input[type="reset"]{margin-top:10px;}
	.pagination li{display:inline-block; margin:0 5px 5px 0;}

	#footer{}

	#copyright{}
	#copyright p:first-of-type{margin-bottom:10px;}
	
/* Home page 	 */
	#header #logo h1 a img{width:80px !important;height:auto !important;}
	#header #logo a{font-size:18px;}
	#ctdetails{display:none;}
	.hospit-attach .hosp-attach{padding-left:0px !important;}
	#introblocks figure figcaption{width:100% !important;}
	.container{padding:30px 0;}
	.wrapper .speciality1 .one_quarter, .wrapper .speciality1 h6{margin:0 0 10px 0 !important;}
	#footer{padding:20px;}
	.footer-home p{text-align:justify !important;}
	.btmspace-50{margin-bottom:10px;}
	#copyright{padding:0 15px;}
	#copyright p{font-size:12px;}
/* About page */
	.hoc{padding:20px 20px;}
	.abt-home h6{padding-top:20px;}
/* Speciality page  */
	.sectiontitle2{margin-bottom:0px !important;}
	.wrapper .speciality h6 a{padding:15px 0 !important;}
	.wrapper .speciality h6{margin:0 !important;}
	.wrapper .speciality .one_quarter{margin-bottom:10 !important;}
/* Services page  */
	.tab-content{padding:0px 17px 0 0 !important;}
	.service-about{display:none;}
	.tab-content h1{padding-top:20px;}
	
}

@media screen and (max-width:450px){
	#topbar > div:first-of-type > ul li{display:block; margin-right:0;}

	.points li{padding:0;}
	.points li i{position:relative; top:inherit; left:inherit; margin-bottom:20px;}

	#testimonials article{max-width:none; padding:50px 30px;}
	#testimonials article figure{position:relative; top:inherit; left:inherit; margin-bottom:20px;}
	
/* Own coding responsive	 */

	#topbar{}

	#header{padding:0px;}
	#header #logo{margin-top:15px;}

	#mainav{padding-top:0px;}
	#mainav ul{display:none;}
	#mainav form{display:block; margin-top:2px;}

	#breadcrumb{}

	.container{}
	#comments input[type="reset"]{margin-top:10px;}
	.pagination li{display:inline-block; margin:0 5px 5px 0;}

	#footer{}

	#copyright{}
	#copyright p:first-of-type{margin-bottom:10px;}
	
/* Home page 	 */
	#header #logo h1 a img{width:80px !important;height:auto !important;}
	#header #logo a{font-size:18px;}
	#ctdetails{display:none;}
	.hospit-attach .hosp-attach{padding-left:0px !important;}
	#introblocks figure figcaption{width:100% !important;}
	.container{padding:30px 0;}
	.wrapper .speciality1 .one_quarter, .wrapper .speciality1 h6{margin:0 0 10px 0 !important;}
	#footer{padding:20px;}
	.footer-home p{text-align:justify !important;}
	.btmspace-50{margin-bottom:10px;}
	#copyright{padding:0 15px;}
	#copyright p{font-size:12px;}
/* About page */
	.hoc{padding:20px 20px;}
	.abt-home h6{padding-top:20px;}
/* Speciality page  */
	.sectiontitle2{margin-bottom:0px !important;}
	.wrapper .speciality h6 a{padding:15px 0 !important;}
	.wrapper .speciality h6{margin:0 !important;}
	.wrapper .speciality .one_quarter{margin-bottom:10 !important;}
/* Services page  */
	.tab-content{padding:0px 17px 0 0 !important;}
	.service-about{display:none;}
	.tab-content h1{padding-top:20px;}
		
}

/* Other
--------------------------------------------------------------------------------------------------------------- */
@media screen and (max-width:650px){
	.scrollable{display:block; width:100%; margin:0 0 30px 0; padding:0 0 15px 0; overflow:auto; overflow-x:scroll;}
	.scrollable table{margin:0; padding:0; white-space:nowrap;}

	.inline li{display:block; margin-bottom:10px;}
	.pushright li{margin-right:0;}

	.font-x2{font-size:1.6rem;}
	.font-x3{font-size:1.8rem;}
}




/****************************************************************************
Banner section
****************************************************************************/

.crasual-head .mySlides {display: none}
.crasual-head img {vertical-align: middle;}
/* Slideshow container */
.crasual-head .slideshow-container {
  max-width: 100%;
  position: relative;
  margin: auto;
}

/* Next & previous buttons */
.crasual-head .prev, .crasual-head .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.crasual-head .next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.crasual-head .prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.crasual-head .text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.crasual-head .numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.crasual-head .dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.crasual-head .active, .crasual-head  .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.crasual-head .fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .crasual-head .prev, .crasual-head .next, .crasual-head .text {font-size: 11px}
}


/*************************************************************************
Hospital Attachment home page
**************************************************************************/


.sectiontitle3{padding:50px 0;margin:0 auto 40px;}
/* .hospit-attach .hosp-attach{padding-left:390px ;} */

.hospit-attach .one_third1{
	/* border:2px solid #2e68a3; */
	overflow:hidden;width:100%;}
#introblocks figure figcaption{width:100%;margin:0 auto;}

.hospit-attach1 .one_third{border:2px solid #2e68a3;overflow:hidden;}
.hospit-attach1 figure figcaption {color:#FFFFFF; background-color:#2e68a3;text-align:center;padding:10px 0;height:190px;}
.hospit-attach1 figure figcaption > p{color:#FFFFFF; text-transform:uppercase;font-weight:800;text-align:center;padding:0px;margin:0px;font-size:16px;padding-bottom:10px;}
.hospit-attach1 figure figcaption > .hos-det{font-size:12px;color:#fff;font-weight:500;line-height:18px;text-align:justify;padding:0 15px;}

.book-appnt{text-align:center;width:100%;}
.appoint-tittle{background:#2e68a3;border-left:4px solid #e93238;border-right:4px solid #e93238;color:#fff;font-size:20px;text-transform:uppercase;padding:10px 0;text-align:center;width:100%;}

/* Button View More */
.vie-more-hos{text-align:center;margin:0 auto;}
.vie-more-hos a{border:1px solid #e93238;background:#e93238;padding:5px 10px;display:inline-block;color:#fff;}
.vie-more-hos a:hover{background:#0056b3;transition:0.5s;color:#fff;border-color:#0056b3;}
/* About Home page */

.abt-home .abt-deg{padding:0px;margin:0px;}
.abt-home .abt-deg1{padding:0px;margin:0px;padding-bottom:15px;}
.abt-home .abt-deg2{padding:0px;margin:0px;padding-top:0px;}
.abt-home h6{color:#2e68a3;font-size:24px;text-transform:uppercase;margin-bottom:10px;}
.abt-home h5{color:#000;font-size:16px;font-weight:500;margin-bottom:5px;}
.abt-home p{color:#000;text-align:justify;}
/* Button */
.abt-btn{border:none;}
.abt-btn a{border:1px solid #2e68a3;border-left:4px solid #e93238;background:#2e68a3;color:#fff;font-size:16px;display:inline-block;padding:5px 10px;margin:0 auto;}
.abt-btn a:hover{border-left-color:#2e68a3;border-right:4px solid #e93238;transition:0.5s;}



/* Services home page */

#services ul li article {}
#services ul li article h6{margin:0px;padding:10px 0;background:#2e68a3;color:#fff;}
#services ul li article p{padding:10px 0 0 0;margin:0px;}
#services ul li article footer {padding:15px 0 0 0;}
#services ul li article footer a{border:1px solid #e93238;background:#e93238;color:#fff;padding:5px 15px;}
#services ul li article img{width:100%;}
#services ul li article footer a:hover{background:#2e68a3;border-color:#2e68a3;}

/* footer home page */

.footer-home { background:#2e68a3;}
.footer-home p{color:#fff;text-align:left;}
.footer-home li a{color:#fff;}

/* Speciality */

.sectiontitle2{margin:0 auto 40px;}
.wrapper .speciality h6 a{text-align:center;font-size:16px;border:1px solid #c7c7c7;padding:25px 0px;width:100%;display:inline-block;}
.wrapper .speciality h6 a:hover{border-left:4px solid #e93238;background:#3275f1;transition:0.3s;color:#fff;}
.wrapper .speciality1 h6 a{text-align:center;font-size:14px;border:1px solid #c7c7c7;padding:10px 0px;width:100%;display:inline-block;}
.wrapper .speciality1 h6 a:hover{border-left:4px solid #e93238;background:#3275f1;transition:0.3s;color:#fff;}
.wrapper .speciality{}
/* button */

.wrapper .btn-container{padding:0px;margin:0px;}
.wrapper .btn-specl {display:flex;margin-left:15px;}
.wrapper .btn-specl a{border:1px solid #2e68a3;border-left:4px solid #e93238;background:#2e68a3;color:#fff;font-size:16px;display:inline-block;padding:5px 10px;margin:0 auto;}
.wrapper .btn-specl a:hover{border-left-color:#2e68a3;border-right:4px solid #e93238;transition:0.5s;}




/***************************************************************************
Speciality Pages
****************************************************************************/

.wrapper .btn-container1{padding:20px 0;margin:0px;}
.wrapper .btn-specl1 {width:100%;margin:0 15px;}
.wrapper .btn-specl1 p{width:100%;border:1px solid #2e68a3;border-left:4px solid #e93238;background:#2e68a3;color:#fff;font-size:16px;display:inline-block;padding:5px 10px;margin:0 auto;}



/***************************************************************************
WhatsApp sticky header Pages
****************************************************************************/

.whatsapp .float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:80px;
	left:5px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.whatsapp .my-float{
	margin-top:16px;
}



/***************************************************************************
About Us Pages
****************************************************************************/

#breadcrumb1{padding:30px 0 30px; text-align:right;background:#e5e5e5;}
#breadcrumb1 ul{margin:0; padding:0; list-style:none; text-transform:uppercase;}
#breadcrumb1 li{display:inline-block; margin:0 6px 0 0; padding:0;}
#breadcrumb1 li a{display:block; position:relative; margin:0; padding:0 12px 0 0; font-size:12px;}
#breadcrumb1 li a::after{top:4px; right:0; content:"\f0da";}
#breadcrumb1 li:last-child a{margin:0; padding:0;}
#breadcrumb1 li:last-child a::after{display:none;}
#breadcrumb1 .heading{margin:0; font-size:2rem;}


/****************************************************************************
Contact Us page
****************************************************************************/

#services .cnt-serv i{font-size:1rem;margin:0px;}
#services .cnt-serv article{height:120px;}
#services .cnt-serv article p{padding: 5px 5px;}

.contact-cnt .cnt-map{border:2px solid #3275f1;}
.contact-cnt .input-container {
  display: -ms-flexbox; /* IE10 */
  display: flex;
  width: 100%;
  margin-bottom: 15px;
}

.contact-cnt form h2{color:#000;}
.contact-cnt .icon {
  padding: 10px;
  background: #2e68a3;
  color: white;
  min-width: 50px;
  text-align: center;
}
.contact-cnt .input-container input, textarea{
  color: #000 !important;
}
.contact-cnt .input-field {
  width: 100%;
  padding: 10px;
  outline: none;
}

.contact-cnt .input-field:focus {
  border: 2px solid #2e68a3;
}

/* Set a style for the submit button */
.contact-cnt .btn {
  /* background-color: dodgerblue; */
  background-color: #2e68a3;
  color: white;
  padding: 15px 20px;
  border: none;
  cursor: pointer;
  width: 100%;
  opacity: 0.9;
}

.contact-cnt .btn:hover {
  opacity: 1;
}

.gallery1{
padding:50px 0;
}
.btn:focus, .btn:active, button:focus, button:active {
  outline: none !important;
  box-shadow: none !important;
}

#image-gallery .modal-footer{
  display: block;
}

.thumb{
  margin-top: 15px;
  margin-bottom: 15px;
}

