/*------------------------------------------------------------------
[Layout]

* body
		+ Vars
		+ Mixins
		+ Footer
		+ Header
				- header cart
		+ Slider
		+ Home Page
				- who we are
				- Hospital Services
				- Emergency Service
				- Health Service
				- Our Work Profile
				- Plastic Surgery
				- Plastic Surgery
				- Map Address Location
				- Appointment Form
				- Appointment Form
		+ Inner Pages
				- Service Page
				- Doctor Page
				- Blog Page
				- Blog Single Page
				- Contact Page
				- Shop Page
				- Shop Product Page
				- Shop Cart Page
				- Time Table Page
-------------------------------------------------------------------*/
/***********************************************
Mixin
***********************************************/
/*How to use
	.element{
		@include border(top, #000, 50px);
	}
*/
body { font-family: "Roboto", Helvetica, Arial, sans-serif; color: #535353; }

body.overflow { overflow: hidden; }

a, input, button, textarea { outline: none !important; }

a { transition: all ease-in-out 300ms; -webkit-transition: all ease-in-out 300ms; -ms-transition: all ease-in-out 300ms; -o-transition: all ease-in-out 300ms; -moz-transition: all ease-in-out 300ms; }

p { font-family: "Roboto", Helvetica, Arial, sans-serif; font-size: 14px; line-height: 14px; color: #535353; }

.pad-left { padding-left: 0; }

.pad-right { padding-right: 0; }

.pad-top { padding-top: 0; }

.pad-bottom { padding-bottom: 0; }

.padding { padding: 0; }

.col-centered { float: none; margin: 0 auto; }

.txt-right { text-align: right; }

.light-gray-bg { background-color: #eff3f4 !important; }

.white-bg { background-color: #ffffff; }

.blue-bg { background-color: #3695eb; }

.light-green-bg { background-color: #034384; }

.gray-bg { background-color: #304356; }

.purple-txt { color: #5d69a3; }

.red-txt { color: #ff356b; }

.maroon-txt { color: #cc88ac; }

.green-txt { color: #51d1c0; }

.sky-txt { color: #5cacd1; }

.orange-txt { color: #efd6aa; }

.dark-green-txt { color: #9fbc78; }

.violet-txt { color: #7a4f89; }

.btn-default { text-transform: uppercase; border: none; background-color: #66cc66; color: #ffffff; box-shadow: none; -webkit-box-shadow: none; -moz-box-shadow: none; -ms-box-shadow: none; -o-box-shadow: none; border-radius: 4px; -webkit-border-radius: 4px; -ms-border-radius: 4px; padding: 12px 35px; letter-spacing: 1px; }

.btn-default:focus, .btn-default:active:focus { background-color: #66cc66; color: #ffffff; box-shadow: none; -webkit-box-shadow: none; -moz-box-shadow: none; -ms-box-shadow: none; -o-box-shadow: none; }

.btn-default:hover { background-color: #52a352; color: #ffffff; box-shadow: none; -webkit-box-shadow: none; -moz-box-shadow: none; -ms-box-shadow: none; -o-box-shadow: none; }

.btn-simple { text-transform: uppercase; border: 2px solid #000; background-color: transparent; color: #000; box-shadow: none; -webkit-box-shadow: none; -moz-box-shadow: none; -ms-box-shadow: none; -o-box-shadow: none; padding: 12px 35px; border-radius: 4px; -webkit-border-radius: 4px; -ms-border-radius: 4px; }

.btn-simple:hover { background-color: #043066; border-color: #043066; color: #ffffff; box-shadow: none; -webkit-box-shadow: none; -moz-box-shadow: none; -ms-box-shadow: none; -o-box-shadow: none; }

.btn-simple:focus { border: 2px solid #000; background-color: transparent; color: #000; box-shadow: none; -webkit-box-shadow: none; -moz-box-shadow: none; -ms-box-shadow: none; -o-box-shadow: none; }

.section-title h1, .section-title h2, .section-title h3, .section-title h4, .section-title h5, .section-title h6 { font-family: "roboto"; text-transform: uppercase; margin: 0; }

.section-title { padding: 0 0 30px; }

.section-title h3 { font-size: 26px; line-height: 26px; color: #1b1b1b; }

/* Accordion Start */
.panel-group .panel { border-radius: 0; -webkit-border-radius: 0; -ms-border-radius: 0; border: none; box-shadow: none; -webkit-box-shadow: none; -moz-box-shadow: none; -ms-box-shadow: none; -o-box-shadow: none; }

.panel-default > .panel-heading { background: none; border: none; padding: 0; }

.panel-heading .accordion-toggle { display: block; background-color: #66cc66; color: #fff; padding: 12px 50px 11px 25px; text-decoration: none; position: relative; font-size: 14px; line-height: 14px; font-weight: 600; }

.panel-heading .accordion-toggle.collapsed { background-color: #aeaebc; }

.panel-heading .accordion-toggle:after { /* symbol for "opening" panels */ }

.panel-heading .accordion-toggle.collapsed:after { /* symbol for "collapsed" panels */ }

.panel-heading .accordion-toggle:after, .panel-heading .accordion-toggle:before { position: absolute; content: " "; width: 8px; height: 2px; display: block; background: rgba(255, 255, 255, 0.6); transition: all 0.3s ease-in-out; }

.panel-heading .accordion-toggle:after { right: 15px; top: 50%; transform: rotate(45deg); }

.panel-heading .accordion-toggle:before { right: 20px; top: 50%; transform: rotate(-45deg); }

.panel-heading .accordion-toggle.collapsed:before { transform: rotate(45deg); }

.panel-heading .accordion-toggle.collapsed:after { transform: rotate(-45deg); }

.panel-default > .panel-heading + .panel-collapse > .panel-body { border: none; padding: 20px 35px; font-size: 13px; line-height: 26px; font-weight: 400; }

/* Accordion End */
/* Find More Button Start */
.find-more { text-align: center; }

.find-more .btn-default { padding: 15px 40px; font-weight: 900; font-size: 13px; }

/* Find More Button End */
/* View All Link Start */
a.view-all { font-size: 13px; line-height: 13px; color: #fff; text-decoration: none; }

a.view-all:hover { color: #fff; }

/* View All Link End */
/* Login Modal Start */
.login-modal .modal-dialog { width: 420px; }

.login-modal .modal-dialog .modal-content { background-color: #ededed; padding: 50px; position: relative; }

.login-modal .modal-dialog .modal-content .close { position: absolute; color: #828282; right: 20px; top: 20px; opacity: 0.5; font-size: 25px; line-height: 25px; }

.login-modal .modal-dialog .modal-content .close:hover { opacity: 1; }

.login-modal .modal-dialog .modal-content h6 { font-weight: 400; font-size: 16px; line-height: 32px; text-transform: uppercase; text-shadow: none; -webkit-text-shadow: none; -moz-text-shadow: none; -ms-text-shadow: none; -o-text-shadow: none; }

.login-modal .modal-dialog .modal-content .form-group { position: relative; }

.login-modal .modal-dialog .modal-content .form-group .form-control { height: auto; position: relative; padding: 26px 16px 6px; font-size: 14px; line-height: 14px; color: #555; border: 1px solid #ccc; box-shadow: none; -webkit-box-shadow: none; -moz-box-shadow: none; -ms-box-shadow: none; -o-box-shadow: none; }

.login-modal .modal-dialog .modal-content .form-group .form-control input[type="text"], .login-modal .modal-dialog .modal-content .form-group .form-control input[type="password"] { border: none; width: 100%; }

.login-modal .modal-dialog .modal-content .form-group label { color: #969696; font-family: 'latoregular'; font-size: 10px; position: absolute; top: 6px; left: 16px; text-transform: uppercase; z-index: 9; }

.login-modal .modal-dialog .modal-content .checkbox label { font-weight: 300; text-transform: uppercase; text-shadow: none; }

.login-modal .modal-dialog .modal-content .btn-default { text-transform: uppercase; padding: 16px 25px; font-weight: 700; margin: 0 0 10px; }

.login-modal .modal-dialog .modal-content .forgot-password a { text-decoration: none; text-transform: uppercase; font-size: 11px; line-height: 11px; color: #898989; }

.login-modal .modal-dialog .modal-content .forgot-password a:hover { color: #585858; }

.login-modal .login-block.hide { display: none; }

.login-modal .forgot-password-block.open { display: block; }

.modal { text-align: center; padding: 0 !important; z-index: 999999999999; }

.modal:before { content: ''; display: inline-block; height: 100%; vertical-align: middle; margin-right: -4px; }

.modal-dialog { display: inline-block; text-align: left; vertical-align: middle; }

/* Login Modal End */
/* Forgot Password Modal Start */
.forgot-password-block { display: none; }

.forgot-password-block h6 { color: #66cc66; }

.forgot-password-block .btn { width: 100%; }

/* Forgot Password Modal End */
/* Video Modal End */
.video-modal .modal-content { border-radius: 0; -webkit-border-radius: 0; -ms-border-radius: 0; box-shadow: none; -webkit-box-shadow: none; -moz-box-shadow: none; -ms-box-shadow: none; -o-box-shadow: none; }

.video-modal .modal-content .close { position: absolute; right: 0; top: -25px; color: #ffffff; opacity: 0.7; }

.video-modal .modal-content .close:hover { opacity: 1; }

.video-modal .modal-content iframe { float: left; width: 100%; }

/* Video Modal End */
/* Breadcrumb Start */
.breadcrumb-title { background-color: #3695eb; padding: 25px 0; }

.breadcrumb-title .breadcrumb-right { text-align: right; }

.breadcrumb-title .breadcrumb-right h5 { font-family: 'latoregular'; font-size: 24px; line-height: 24px; color: #fff; margin: 0; text-transform: capitalize; }

.breadcrumb { border-radius: 0; -webkit-border-radius: 0; -ms-border-radius: 0; padding: 0; margin: 0; background-color: transparent; }

.breadcrumb > li { font-size: 11px; line-height: 11px; color: #ffffff; }

.breadcrumb > li + li:before { color: rgba(255, 255, 255, 0.5); }

.breadcrumb > li a { text-decoration: none; color: rgba(255, 255, 255, 0.85); }

.breadcrumb > li a:hover { color: white; }

.breadcrumb > .active { color: rgba(255, 255, 255, 0.5); }

/* Breadcrumb End */
/* Banner Start */
.banner { position: relative; }

.banner > img { width: 100%; }

.banner .banner-overlay { position: absolute; left: 0; right: 0; top: 0; bottom: 0; background-color: rgba(0, 0, 0, 0.2); }

.banner .banner-desc { position: absolute; left: 0; right: 0; top: 50%; -moz-transform: translate(0, -50%); -o-transform: translate(0, -50%); -ms-transform: translate(0, -50%); -webkit-transform: translate(0, -50%); transform: translate(0, -50%); padding: 0 60px; }

.banner h4 { font-family: 'latoregular'; font-size: 33px; line-height: 38px; color: #fff; text-transform: capitalize; margin: 0 0 15px; letter-spacing: 1px; }

.banner h4 span { display: block; }

.banner .btn { text-transform: none; letter-spacing: 0; font-size: 12px; }

/* Banner End */
/* Form Start */
.form-control { height: 45px; border: none; box-shadow: none; -webkit-box-shadow: none; -moz-box-shadow: none; -ms-box-shadow: none; -o-box-shadow: none; padding-left: 20px; transition-duration: 0.5s; -webkit-transition-duration: 0.5s; -moz-transition-duration: 0.5s; -ms-transition-duration: 0.5s; -o-transition-duration: 0.5s; margin: 0 0 15px; border-radius: 0; -webkit-border-radius: 0; -ms-border-radius: 0; }

.form-control:focus { border: none; box-shadow: none; -webkit-box-shadow: none; -moz-box-shadow: none; -ms-box-shadow: none; -o-box-shadow: none; padding-left: 30px; }

/* Form End */
/* Back To Top Start */
.back-to-top { position: fixed; bottom: 100px; right: -60px; transition-duration: 0.5s; -webkit-transition-duration: 0.5s; -moz-transition-duration: 0.5s; -ms-transition-duration: 0.5s; -o-transition-duration: 0.5s; z-index: 99; }

.back-to-top a { height: 49px; width: 49px; background-color: rgba(98, 118, 138, 0.7); display: block; border-radius: 2px; -webkit-border-radius: 2px; -ms-border-radius: 2px; text-decoration: none; font-size: 9px; line-height: 9px; color: #ffffff; text-transform: uppercase; text-align: center; font-family: 'Lato', sans-serif; font-weight: 900; position: relative; }

.back-to-top a:hover { background-color: #62768a; }

.back-to-top a span { position: absolute; left: 50%; top: 50%; -moz-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }

.back-to-top a span i { font-size: 11px; display: block; margin: 0 0 7px; }

.back-to-top.display { right: 10px; }

/* Back To Top End */
/* Blog Sidebar Widget Start */
.blog-sidebar-widget { padding: 20px 15px; box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.15); -webkit-box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.15); -moz-box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.15); -ms-box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.15); -o-box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.15); }

.blog-sidebar-widget .widget-title { position: relative; padding: 0 0 20px; border-bottom: 1px solid #ececec; margin: 0 0 15px; }

.blog-sidebar-widget .widget-title:after { position: absolute; content: ""; left: 0; top: 100%; height: 1px; width: 50px; background-color: #66cc66; }

.blog-sidebar-widget .widget-title h6 { text-transform: uppercase; font-size: 14px; line-height: 14px; color: #000000; margin: 0; }

.blog-sidebar-widget .widget-detail { padding: 0 0 30px; }

.blog-sidebar-widget .widget-detail ul { display: block; margin: 0; padding: 0; list-style-type: none; }

.blog-sidebar-widget .widget-detail ul li { display: block; margin: 0; padding: 0; list-style-type: none; }

.blog-sidebar-widget .widget-detail ul li a { display: block; text-decoration: none; font-size: 13px; line-height: 30px; padding: 5px 20px; position: relative; color: #747474; }

.blog-sidebar-widget .widget-detail ul li a:before { position: absolute; content: ""; left: 0; top: 50%; -moz-transform: translate(0, -50%); -o-transform: translate(0, -50%); -ms-transform: translate(0, -50%); -webkit-transform: translate(0, -50%); transform: translate(0, -50%); height: 2px; width: 8px; background: #e1e1e1; -webkit-transition: all .15s ease-out; -moz-transition: all .15s ease-out; -ms-transition: all .15s ease-out; -o-transition: all .15s ease-out; transition: all .15s ease-out; }

.blog-sidebar-widget .widget-detail ul li a:hover { color: #000; }

.blog-sidebar-widget .widget-detail ul li a:hover:before { width: 12px; }

.blog-sidebar-widget .widget-detail ul li abbr { text-decoration: underline dotted; }

.blog-sidebar-widget .recent-posts .post-block { padding: 0 0 15px; margin: 0 0 15px; border-bottom: 1px solid #e3e3e3; }

.blog-sidebar-widget .recent-posts .post-block .row { margin: 0 -10px; }

.blog-sidebar-widget .recent-posts .post-block [class*=col-] { padding: 0 10px; }

.blog-sidebar-widget .recent-posts .post-block img { width: 100%; height: 65px; object-fit: cover; font-family: 'object-fit: cover'; }

.blog-sidebar-widget .recent-posts .post-block a.image { text-decoration: none; position: relative; display: block; }

.blog-sidebar-widget .recent-posts .post-block a.image:before { position: absolute; content: ""; left: 0; right: 0; top: 0; bottom: 0; border-radius: 3px; -webkit-border-radius: 3px; -ms-border-radius: 3px; box-shadow: inset 0 0 0 3px rgba(255, 255, 255, 0.15); -webkit-box-shadow: inset 0 0 0 3px rgba(255, 255, 255, 0.15); -moz-box-shadow: inset 0 0 0 3px rgba(255, 255, 255, 0.15); -ms-box-shadow: inset 0 0 0 3px rgba(255, 255, 255, 0.15); -o-box-shadow: inset 0 0 0 3px rgba(255, 255, 255, 0.15); -webkit-transition: background-color .2s ease-out, -webkit-box-shadow .2s ease-out; -moz-transition: box-shadow .2s ease-out, background-color .2s ease-out; -ms-transition: box-shadow .2s ease-out, background-color .2s ease-out; -o-transition: box-shadow .2s ease-out, background-color .2s ease-out; transition: box-shadow .2s ease-out, background-color .2s ease-out; }

.blog-sidebar-widget .recent-posts .post-block a.image:hover:before { box-shadow: 0 0 0 5px #66cc66 inset; -webkit-box-shadow: 0 0 0 5px #66cc66 inset; -moz-box-shadow: 0 0 0 5px #66cc66 inset; -ms-box-shadow: 0 0 0 5px #66cc66 inset; -o-box-shadow: 0 0 0 5px #66cc66 inset; }

.blog-sidebar-widget .recent-posts .post-block .post-desc a { font-size: 13px; line-height: 20px; font-weight: 600; text-decoration: none; color: #000000; }

.blog-sidebar-widget .recent-posts .post-block .post-desc a:hover { color: #66cc66; }

.blog-sidebar-widget .recent-posts .post-block .post-desc p { margin: 5px 0 0; font-size: 13px; line-height: 18px; }

.blog-sidebar-widget .recent-posts .post-block:last-child { padding: 0; margin: 0; border: none; }

.blog-sidebar-widget .search-box { position: relative; }

.blog-sidebar-widget .search-box .form-control { height: 42px; color: #000000; padding: 0 70px 0 20px; border: 1px solid #ddd; margin: 0; }

.blog-sidebar-widget .search-box a { position: absolute; top: 0; right: 0; left: auto; bottom: 0; font-size: 12px; line-height: 12px; color: #bbb; padding: 0 20px; text-decoration: none; }

.blog-sidebar-widget .search-box a:before { position: absolute; content: ""; top: 50%; left: 0; width: 1px; height: 24px; background-color: #ddd; -moz-transform: translate(0, -50%); -o-transform: translate(0, -50%); -ms-transform: translate(0, -50%); -webkit-transform: translate(0, -50%); transform: translate(0, -50%); }

.blog-sidebar-widget .search-box a i { position: absolute; left: 50%; top: 50%; -moz-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }

.blog-sidebar-widget .search-box a:hover { color: #000000; }

.blog-sidebar-widget .search-box .form-control::-webkit-input-placeholder { color: #000000; }

.blog-sidebar-widget .search-box .form-control:-moz-placeholder { color: #000000; }

.blog-sidebar-widget .search-box .form-control::-moz-placeholder { color: #000000; }

.blog-sidebar-widget .search-box .form-control:-ms-input-placeholder { color: #000000; }

/* Blog Sidebar Widget End */
/* Scroll To Section Start */
.scroll-to-section { position: relative; margin: -40px 0 0; }

.scroll-to-section a { display: inline-block; height: 70px; width: 70px; background-color: #348fe2; border-radius: 50%; -webkit-border-radius: 50%; -ms-border-radius: 50%; font-size: 35px; line-height: 35px; color: #ffffff; text-decoration: none; position: relative; transition-duration: 0.3s; -webkit-transition-duration: 0.3s; -moz-transition-duration: 0.3s; -ms-transition-duration: 0.3s; -o-transition-duration: 0.3s; }

.scroll-to-section a span { position: absolute; left: 0; right: 0; top: 0; bottom: 0; z-index: 9; }

.scroll-to-section a span:after { content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; z-index: -1; border-radius: 50%; opacity: 0; background-color: #2f83d0; -webkit-transform: scale(0); -moz-transform: scale(0); -ms-transform: scale(0); -o-transform: scale(0); transform: scale(0); -webkit-transform-origin: 50% 50%; transform-origin: 50% 50%; -webkit-transform-origin: 50% 50%; -moz-transform-origin: 50% 50%; -ms-transform-origin: 50% 50%; -o-transform-origin: 50% 50%; -webkit-transition-property: opacity, -webkit-transform; -moz-transition-property: transform, opacity; -ms-transition-property: transform, opacity; -o-transition-property: transform, opacity; transition-property: transform, opacity; -webkit-transition-duration: .5s; -moz-transition-duration: .5s; -ms-transition-duration: .5s; -o-transition-duration: .5s; transition-duration: .5s; -webkit-transition-timing-function: ease-in; -moz-transition-timing-function: ease-in; -ms-transition-timing-function: ease-in; -o-transition-timing-function: ease-in; transition-timing-function: ease-in; }

.scroll-to-section a span i { position: absolute; left: 50%; top: 50%; -moz-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }

.scroll-to-section a:hover span:after { -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1) !important; -moz-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1) !important; -ms-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1) !important; -o-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1) !important; transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1) !important; -webkit-transition-duration: .2s; -moz-transition-duration: .2s; -ms-transition-duration: .2s; -o-transition-duration: .2s; transition-duration: .2s; -webkit-transform: scale(1.15); -moz-transform: scale(1.15); -ms-transform: scale(1.15); -o-transform: scale(1.15); transform: scale(1.15); opacity: 1; }

/* Scroll To Section End */
/* Pagination Start */
.page-list { text-align: center; }

.pagination > li { margin: 0 2px; display: inline-block; }

.pagination > li > a, .pagination > li > span { color: rgba(0, 0, 0, 0.5); font-size: 12px; font-weight: 600; border: 2px solid transparent; padding: 10px 15px; border-radius: 3px; -webkit-border-radius: 3px; -ms-border-radius: 3px; background: none; }

.pagination > li > a i { font-weight: 600; }

.pagination > li:first-child a, .pagination > li:first-child span { margin-right: 50px; }

.pagination > li:last-child a, .pagination > li:last-child span { margin-left: 50px; }

.pagination > li:first-child > a, .pagination > li:first-child > span, .pagination > li:last-child > a, .pagination > li:last-child > span { border-radius: 3px; -webkit-border-radius: 3px; -ms-border-radius: 3px; }

.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus { background-color: transparent; color: rgba(0, 0, 0, 0.5); border-color: transparent; font-weight: 600; }

.pagination > li.active > a, .pagination > li.active > span, .pagination > li.active > a:hover, .pagination > li.active > span:hover, .pagination > li.active > a:focus, .pagination > li.active > span:focus { background-color: transparent; color: rgba(0, 0, 0, 0.5); border-color: rgba(0, 0, 0, 0.18); }

/* Pagination End */
/* Selectric Start */
.selectric { float: right; width: 220px; background: #ffffff !important; border: 1px solid #D9D9D9 !important; height: 34px; border-radius: 3px; -webkit-border-radius: 3px; -ms-border-radius: 3px; }

.selectric-hover .selectric { border-color: #D9D9D9 !important; }

.selectric .label { text-align: left; font-weight: 600; color: #909090 !important; text-transform: uppercase; font-size: 11px !important; line-height: 28px !important; margin-left: 0 !important; padding: 2px 8px; }

.selectric-items { background: #ffffff !important; border-radius: 3px 3px 0 0; -webkit-border-radius: 3px 3px 0 0; -ms-border-radius: 3px 3px 0 0; }

.selectric-items ul li { text-transform: uppercase; font-size: 11px; padding: 6px 8px; }

/* Selectric End */
/* Range Slider Start */
.filter { padding: 30px 0 0; }

.filter .filter-price { padding: 30px 0 0; }

.filter .filter-price .btn { padding: 10px; line-height: 14px; float: left; display: inline-block; }

.filter .filter-price .btn:hover { background: #66cc66; opacity: 0.8; }

.filter .filter-price .price-range { float: right; display: inline-block; margin: 10px 0; }

.filter .filter-price #amount { border: none; width: 90px; text-align: right; }

.filter .ui-slider-horizontal .ui-slider-range { top: 0; height: 100%; background: #66CC66 !important; position: absolute; z-index: 1; font-size: .7em; display: block; border: 0; background-position: 0 0; border: none !important; }

.filter .ui-slider-horizontal { height: 0.2em; }

.filter .ui-state-default, .filter .ui-widget-content .ui-state-default, .filter .ui-widget-header .ui-state-default, .filter .ui-button, .filter html .ui-button.ui-state-disabled:hover, .filter html .ui-button.ui-state-disabled:active, .filter .ui-button:focus, .filter .ui-state-focus, .filter .ui-widget-content .ui-state-focus { background: #66CC66; height: 10px; width: 10px; border-radius: 50%; -webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; -o-border-radius: 50%; font-weight: bold; outline: none; /* color: #0073ea; */ }

.filter .ui-widget.ui-widget-content { /* border: 1px solid #dddddd; */ background: #9D9D9D; }

.filter .ui-widget.ui-widget-content { border: none; }

.filter .ui-button, .filter html .ui-button.ui-state-disabled:hover, .filter html .ui-button.ui-state-disabled:active { border: none; }

.filter .ui-state-default, .filter .ui-widget-content .ui-state-default, .filter .ui-widget-header .ui-state-default { border-radius: 50% !important; -webkit-border-radius: 50% !important; -moz-border-radius: 50% !important; -ms-border-radius: 50% !important; -o-border-radius: 50% !important; border: none !important; }

/* Range Slider End */
/* Date Picker Start */
.ui-widget.ui-widget-content { border: none !important; background: #2e3641 !important; color: #ffffff !important; padding: 0 !important; }

.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br { border-bottom-right-radius: 0 !important; border-bottom-left-radius: 0 !important; border-top-right-radius: 0 !important; border-top-left-radius: 0 !important; }

.ui-widget-header { border: 1px solid #3a414d !important; background: #2e3641 !important; color: #ffffff !important; border-radius: 0px; -webkit-border-radius: 0px; -ms-border-radius: 0px; border-top: none !important; border-left: none !important; border-right: none !important; border-bottom-right-radius: 0 !important; border-bottom-left-radius: 0 !important; border-top-right-radius: 0 !important; border-top-left-radius: 0 !important; }

.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span { display: block; position: absolute; left: 50%; margin-left: -8px; top: 50%; margin-top: -8px; }

.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span { color: #fff !important; overflow: hidden !important; position: relative !important; display: inline-block !important; font-family: 'FontAwesome' !important; font-style: normal !important; font-weight: 400 !important; line-height: 1em !important; -webkit-font-smoothing: antialiased !important; -moz-osx-font-smoothing: grayscale !important; display: block !important; margin: 0 !important; -webkit-transform: translate(-50%, -50%) !important; -ms-transform: translate(-50%, -50%) !important; transform: translate(-50%, -50%) !important; font-size: 0; height: 30px !important; width: 30px !important; }

.ui-widget-header .ui-icon { text-indent: 0 !important; }

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next { border: none; }

.ui-datepicker .ui-datepicker-prev span:before { content: '\f053'; font-family: FontAwesome; font-weight: normal; font-style: normal; text-decoration: none; display: block; line-height: 1em; text-align: center; font-size: 18px; line-height: 44px; }

.ui-datepicker .ui-datepicker-next span:before { content: '\f054'; font-family: FontAwesome; font-weight: normal; font-style: normal; text-decoration: none; font-size: 18px; line-height: 44px; }

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next { border: none; cursor: pointer; }

.ll-skin-melon .ui-datepicker .ui-datepicker-prev-hover, .ll-skin-melon .ui-datepicker .ui-datepicker-next-hover, .ll-skin-melon .ui-datepicker .ui-datepicker-next, .ll-skin-melon .ui-datepicker .ui-datepicker-prev { top: .6em !important; border: none !important; color: transparent !important; }

.ui-datepicker .ui-state-hover, .ui-datepicker .ui-widget-content .ui-state-hover, .ui-datepicker .ui-widget-header .ui-state-hover { background: none !important; border: none !important; }

.ui-datepicker .ui-datepicker-prev-hover { color: transparent !important; }

.ui-datepicker th { padding: 1em 0 !important; color: #ccc !important; font-size: 12px !important; font-weight: normal !important; border: none !important; border-top: 1px solid #3a414d !important; }

.ui-datepicker .ui-datepicker-title { margin-top: .4em !important; margin-bottom: .3em !important; color: #e9f0f4 !important; }

.ui-datepicker table { margin: 0 !important; }

.ui-datepicker td { padding: 0 !important; text-align: center !important; background: #4D4D4D; }

.ui-datepicker td span, .ui-datepicker td a { text-align: center !important; border: none !important; }

.ui-state-disabled .ui-state-default { color: #888 !important; }

td .ui-state-default { background: transparent !important; border: none !important; text-align: center !important; padding: 10px !important; margin: 0 !important; font-weight: normal !important; color: #efefef !important; font-size: 12px !important; }

td .ui-state-highlight { background: rgba(0, 0, 0, 0.15) !important; }

.ui-priority-secondary, .ui-widget-content .ui-priority-secondary { opacity: .3 !important; }

td .ui-state-active, td .ui-state-hover { background: #2e3641 !important; }

/* Date Picker End */
/* Time Picker Start */
.ui-timepicker-wrapper { width: 11em !important; }

.ui-timepicker-wrapper { background: #2e3641 !important; overflow-y: auto !important; height: 150px !important; width: 11em !important; outline: none !important; z-index: 999999 !important; margin: 0 !important; border: none !important; -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2) !important; -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2) !important; box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2) !important; }

.ui-timepicker-list li { padding: 5px 0 !important; cursor: pointer !important; white-space: nowrap !important; color: #FFF !important; list-style: none !important; margin: 0 !important; font-size: 12px !important; line-height: 1.6 !important; text-align: center !important; }

.ui-timepicker-list li:not(:first-child) { border-top: 1px solid rgba(255, 255, 255, 0.2) !important; }

.ui-timepicker-selected, .ui-timepicker-list li:hover, .ui-timepicker-list .ui-timepicker-selected:hover { background: #4D4D4D !important; color: #fff !important; }

/* Time Picker End */
/* Footer Top Start */
.footer { padding: 115px 0 100px; background-color: #304356; }

.footer .f-top { border-bottom: 1px solid #29586b; padding: 0 0 35px; }

.footer .f-widget h6 { font-family: "roboto"; font-size: 18px; line-height: 24px; color: #fff; margin: 0 0 28px; text-transform: uppercase; }

.footer .f-widget p { font-size: 14px; line-height: 22px; color: #a0b4c7; }

.footer .f-widget ul { display: block; margin: 0; padding: 0; list-style-type: none; }

.footer .f-widget ul li { margin: 0; padding: 0; list-style-type: none; font-size: 12px; line-height: 34px; color: #a0b4c7; text-transform: uppercase; }

.footer .f-widget ul li a { font-size: 12px; line-height: 34px; color: #a0b4c7; text-decoration: none; }

.footer .f-widget .recent-news-block .news-block { padding: 15px 0; border-bottom: 1px solid rgba(255, 255, 255, 0.07); }

.footer .f-widget .recent-news-block .news-block:first-child { padding-top: 0; }

.footer .f-widget .recent-news-block .news-block:last-child { padding-bottom: 0; border: none; }

.footer .f-widget .recent-news-block .news-block a { color: #fff; text-decoration: none; font-size: 16px; line-height: 20px; font-weight: 700; font-family: 'Lato', sans-serif; display: block; margin: 0 0 5px; }

.footer .f-widget .recent-news-block .news-block p i { margin-right: 10px; }

.footer .news-block p { color: rgba(255, 255, 255, 0.6); }

.footer .f-bottom { padding: 35px 0 0; text-align: center; }

.footer .f-bottom p { font-size: 12px; line-height: 12px; color: #a0b4c7; margin: 0 0 20px; }

.footer .f-bottom ul { display: block; margin: 0; padding: 0; list-style-type: none; }

.footer .f-bottom ul li { display: inline-block; margin: 0; padding: 0 3px 0 0; list-style-type: none; }

.footer .f-bottom ul li:last-child { padding: 0; }

.footer .f-bottom ul li a { background-color: #a1b5c8; display: block; border-radius: 3px; -webkit-border-radius: 3px; -ms-border-radius: 3px; margin: 0 3px; color: #fff; padding: 17px; position: relative; font-size: 15px; line-height: 15px; }

.footer .f-bottom ul li a:first-child { margin-left: 0; }

.footer .f-bottom ul li a:last-child { margin-right: 0; }

.footer .f-bottom ul li a:hover { background-color: #111; }

.footer .f-bottom ul li a i { position: absolute; left: 50%; top: 50%; -moz-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }

/* Footer Bottom End */
/*==================================================================*/
/*========== Header Start ==========*/
/*==================================================================*/
.header { position: fixed; left: 0; right: 0; z-index: 9999999999; top: 0; }

.h-top { background-color: #1b1b1b; padding: 10px 0 13px; }

.h-top p { font-size: 12px; line-height: 12px; text-transform: uppercase; color: #535353; margin: 0; }

.h-top p span { color: #535353; text-transform: uppercase; }

.h-top p i { padding-right: 5px; color: #ffffff; }

.h-top .h-left p { margin: 5px 0 0; }

.h-top .h-right { float: right; }

.h-bottom { background-color: #ffffff; }

.h-bottom [class*=col-] { position: relative; }

.h-bottom .blue-overlay { position: absolute; left: 0; background-color: #36a8eb; width: 6000px; height: 44px; }

.h-bottom .h-right { background-color: #36a8eb; }

.h-bottom .logo { float: left; }

.h-bottom .navbar { margin: 0; border: none; background-color: transparent; border: none; }

.h-bottom .navbar .navbar-collapse { float: left; padding-left: 80px; }

.h-bottom .navbar .navbar-brand { height: auto; padding: 3px 0; }

.h-bottom .navbar .navbar-nav > li > a { color: #fff; font-size: 12px; line-height: 14px; padding: 19px 15px; }

.h-bottom .navbar .navbar-nav > li > a:hover { color: #ceff9a; }

.h-bottom .navbar .navbar-nav > li.active > a { color: #ceff9a; background: none; }

.h-bottom .navbar .navbar-nav > .open > a, .h-bottom .navbar .navbar-nav > .open > a:hover, .h-bottom .navbar .navbar-nav > .open > a:focus { background-color: transparent; }

.h-bottom .navbar .navbar-nav ul { border: none !important; }

.h-bottom .navbar .navbar-nav ul.dropdown-menu { box-shadow: 0 0 4px rgba(0, 0, 0, 0.4); -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.4); -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.4); -ms-box-shadow: 0 0 4px rgba(0, 0, 0, 0.4); -o-box-shadow: 0 0 4px rgba(0, 0, 0, 0.4); border-radius: 2px; -webkit-border-radius: 2px; -ms-border-radius: 2px; }

.h-bottom .navbar .dropdown-menu > li > a { padding: 10px 15px !important; border-bottom: 1px solid rgba(0, 0, 0, 0.04); color: #757575; }

.h-bottom .navbar .dropdown-menu > li > a:hover, .h-bottom .navbar .dropdown-menu > li > a:focus { color: #323232; }

.h-bottom .navbar .dropdown-menu > li.active > a { color: #323232; background: rgba(0, 0, 0, 0.04); }

.h-bottom .navbar .navbar-nav > li.dropdown a { position: relative; }

.h-bottom .navbar .navbar-nav > li.dropdown a:after { position: absolute; content: ""; left: 20px; bottom: 15px; width: 7px; height: 1px; background-color: rgba(255, 255, 255, 0.4); }

.h-bottom .navbar .navbar-nav > li > ul.dropdown-menu:before { position: absolute; content: ""; bottom: 100%; left: 15px; width: 0; height: 0; border-style: solid; border-width: 0 6px 5px 6px; border-color: transparent transparent #ffffff transparent; }

.h-bottom .navbar .navbar-nav > li.yamm-fw > ul.dropdown-menu:before { display: none; }

.h-bottom .navbar .navbar-nav > li > ul > li.dropdown { position: relative !important; }

.h-bottom .navbar .navbar-nav > li > ul > li.dropdown:after { position: absolute; top: 50%; margin-top: -1px; right: 10px; content: ""; opacity: .6; background-color: rgba(0, 0, 0, 0.3); width: 10px; height: 2px; }

.h-bottom .navbar .navbar-nav > li > ul > li.dropdown ul { position: absolute; top: 0; margin: 0 0 0 160px; padding: 0; }

.h-bottom .navbar .background { position: absolute; top: 0; bottom: 0; right: 0; height: 100%; width: 6000px; background-color: #37a8ec; left: 230px; }

.h-bottom .navbar ul li.dropdown li .yamm-content a.mega-menu-title { font-size: 15px; padding-left: 0; padding-right: 0; border-bottom-width: 1px; border-bottom-style: solid; padding: 12px 0; margin-bottom: 15px; font-weight: 600; text-transform: uppercase; border-bottom-color: rgba(0, 0, 0, 0.1); color: #333; font-family: 'Lato', sans-serif; font-style: normal; display: block; text-decoration: none; }

.h-bottom .navbar ul li.dropdown li .yamm-content a.mega-menu-title:before { display: none; }

.h-bottom .navbar ul li.dropdown li .yamm-content li a { font-family: 'Lato', sans-serif; font-size: 13px; line-height: 14px; font-weight: 400; font-style: normal; color: #757575; position: relative; display: block; padding: 10px 0; text-decoration: none; }

.h-bottom .navbar ul li.dropdown li .yamm-content li a:hover { color: #323232; }

.h-bottom .navbar ul li.dropdown li .yamm-content li a:before { content: ""; display: block; position: absolute; width: 0; height: 2px; background-color: #66cc66; bottom: 0; -webkit-transition: width 0.15s cubic-bezier(0.68, 0, 0.265, 1); transition: width 0.15s cubic-bezier(0.68, 0, 0.265, 1); }

.h-bottom .navbar ul li.dropdown li .yamm-content li a:hover:before { width: 100%; }

.h-bottom .navbar ul li.dropdown li .yamm-content li.active a:before { width: 100%; }

.h-bottom .navbar .navbar-nav > .open > a, .h-bottom .navbar .navbar-nav > .open > a:hover, .h-bottom .navbar .navbar-nav > .open > a:focus { color: #ceff9a; }

.h-bottom .cart-right { float: right; padding: 3px 0; /* Header-cart Start */ /* Header-Cart End */ }

.h-bottom .cart-right .phone-btn { font-family: "OpenSansRegular", Helvetica, Arial, sans-serif; font-weight: 700; color: #ffffff; border-radius: 20px; -webkit-border-radius: 20px; -ms-border-radius: 20px; background-color: #3097d3; padding: 10px 15px; display: inline-block; text-decoration: none; position: relative; font-size: 13px; line-height: 13px; margin: 6px 0 0 0; }

.h-bottom .cart-right .phone-btn i { display: inline-block; padding-right: 5px; }

.h-bottom .cart-right .header-cart { position: relative; padding-left: 41px; display: inline-block; }

.h-bottom .cart-right .header-cart .headercartbtn { color: #666; font-size: 16px; display: inline-block; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; padding-right: 30px; -webkit-transition: background-color .2s ease-out; transition: background-color .2s ease-out; position: relative; color: inherit; margin: 10px 0 0; }

.h-bottom .cart-right .header-cart .headercartbtn span { background-color: #66CB66; border-radius: 50%; -webkit-border-radius: 50%; -ms-border-radius: 50%; content: attr(data-count); font-size: 9px; color: #fff; width: 16px; height: 16px; display: block; text-align: center; line-height: 16px; border-radius: 50%; position: absolute; top: -8px; left: -12px; font-weight: 600; padding-right: 0; font-family: sans-serif; }

.h-bottom .cart-right .header-cart .headercartbtn:hover i { color: #66CB66; }

.h-bottom .cart-right .header-cart .headercartbtn i { color: #ffffff; }

.h-bottom .cart-right .header-cart .cart-down-panel { position: absolute; top: 120%; left: auto; right: 0; opacity: 0; visibility: hidden; -webkit-transition-property: opacity, visibility, top; transition-property: opacity, visibility, top; -webkit-transition-duration: .2s; transition-duration: .2s; -webkit-transition-timing-function: ease-out; transition-timing-function: ease-out; z-index: 98; background-color: #f5f5f5; width: 255px; padding: 25px 20px; color: #999; font-size: 10px; }

.h-bottom .cart-right .header-cart .cart-down-panel .cart-list { list-style: none; margin: 0; padding: 0; }

.h-bottom .cart-right .header-cart .cart-down-panel .cart-list .mini-cart-item { padding: 25px 24px 15px 0; position: relative; border-bottom: 1px solid #ddd; min-height: 50px; }

.h-bottom .cart-right .header-cart .cart-down-panel .cart-list .mini-cart-item:first-child { padding: 0 24px 15px 0; }

.h-bottom .cart-right .header-cart .cart-down-panel .cart-list .mini-cart-item .close { position: absolute; top: 10%; right: 0; text-shadow: none; opacity: 0.5; color: #666666; }

.h-bottom .cart-right .header-cart .cart-down-panel .cart-list .mini-cart-item .close:hover { opacity: 1; }

.h-bottom .cart-right .header-cart .cart-down-panel .cart-list .mini-cart-detail a { font-family: 'Poppins', sans-serif; font-weight: 600; font-size: 10px; line-height: 15px; text-transform: uppercase; color: #000; text-decoration: none; }

.h-bottom .cart-right .header-cart .cart-down-panel .cart-list .mini-cart-detail a:hover { color: #66cc66; }

.h-bottom .cart-right .header-cart .cart-down-panel .total { border-bottom: 1px solid #ddd; padding: 15px 0; min-height: 45px; font-size: 12px; text-transform: uppercase; color: #fff; font-weight: bold; margin: 0 0 10px 0; }

.h-bottom .cart-right .header-cart .cart-down-panel .total .total-left { float: left; }

.h-bottom .cart-right .header-cart .cart-down-panel .total .total-left p { margin: 0; letter-spacing: 1px; color: #000; font-weight: 700; font-size: 11px; text-transform: capitalize; }

.h-bottom .cart-right .header-cart .cart-down-panel .total .total-right { float: right; }

.h-bottom .cart-right .header-cart .cart-down-panel .total .total-right p { margin: 0; color: #000; font-size: 15px; line-height: 15px; letter-spacing: 1px; }

.h-bottom .cart-right .header-cart .cart-down-panel .mini-cart-btn .btn { -webkit-box-flex: 1; -webkit-flex: 1; -ms-flex: 1; flex: 1; display: inline-block; font-weight: 600; text-align: center; touch-action: manipulation; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; cursor: pointer; font-size: 13px; white-space: initial; -webkit-transition: all .2s ease-out; transition: all .2s ease-out; text-transform: uppercase; letter-spacing: 1px; vertical-align: middle; border-radius: 0; padding: 12px; line-height: 1.3; width: 47%; }

.h-bottom .cart-right .header-cart .cart-down-panel .mini-cart-btn .view-cart { border: none; padding: 14px 12px; }

.h-bottom .cart-right .header-cart .cart-down-panel .mini-cart-btn .view-cart:hover { opacity: 0.8; }

.h-bottom .cart-right .header-cart .cart-down-panel .mini-cart-btn .checkout { margin-left: 10px; }

.h-bottom .cart-right .header-cart .cart-down-panel .mini-cart-btn .checkout:hover { background-color: transparent; color: #000; border-color: #000; }

.h-bottom .cart-right .header-cart:hover .cart-down-panel { left: auto; right: 0; top: 100%; opacity: 1; visibility: visible; }

.h-language { float: left; display: inline-block; }

.h-language ul { display: block; margin: 0; padding: 0; list-style-type: none; }

.h-language ul li { display: inline-block; text-transform: uppercase; font-size: 12px; line-height: 12px; color: #999999; padding: 0 13px; }

.h-language ul li:first-child { padding-left: 0; }

.h-language ul li:last-child { padding-right: 0; }

.h-language ul li a { font-size: 12px; line-height: 12px; color: #999999; text-decoration: none; }

.h-language ul li a:hover { color: #ffffff; }

.h-login-register { float: left; display: inline-block; padding-right: 40px; color: #999999; }

.h-login-register a { font-size: 12px; line-height: 12px; text-transform: uppercase; text-decoration: none; color: #ffffff; }

.h-login-register a i { font-size: 18px; line-height: 18px; }

.h-login-register a:hover { color: #ccff99; }

.h-history-policy { float: left; display: inline-block; padding-right: 58px; position: relative; }

.h-history-policy .burger a { display: block; width: 30px; height: 30px; background: #fff; text-align: center; transform: rotate(90deg); -webkit-ransform: rotate(90deg); -moz-ransform: rotate(90deg); -ms-ransform: rotate(90deg); -o-ransform: rotate(90deg); text-decoration: none; border-radius: 20%; }

.h-history-policy .burger a span { display: inline-block; height: 2px; width: 2px; background-color: #000; margin: 0 0 0px; /* margin: 0 auto; */ text-align: center; border-radius: 2px; -webkit-border-radius: 2px; -ms-border-radius: 2px; }

.h-history-policy .burger a span:last-child { margin: 0; }

.h-history-policy ul { display: block; margin: 0; padding: 0; list-style-type: none; }

.h-history-policy ul li { display: inline-block; margin: 0; font-size: 12px; line-height: 12px; color: #ffffff; text-transform: capitalize; padding: 0 13px; border-right: 1px solid #ffffff; }

.h-history-policy ul li:first-child { padding-left: 0; }

.h-history-policy ul li:last-child { padding-right: 0; border: none; }

.h-history-policy ul li a { font-size: 12px; line-height: 12px; color: #ffffff; text-decoration: none; }

.h-history-policy ul li a:hover { color: #ccff99; }

/*==================================================================*/
/*========== Header End ==========*/
/*==================================================================*/
/*==================================================================*/
/*========== Slider Start ==========*/
/*==================================================================*/
.slider img { width: 100%; }

/*==================================================================*/
/*========== Slider End ==========*/
/*==================================================================*/
/*==================================================================*/
/*========== Home Page Start ==========*/
/*==================================================================*/
.services-section { margin: -166px 0 0 0; margin: -143px 0 0; position: relative; z-index: 99; }

.services-section .services-main-blocks { box-shadow: 0 0px 120px -25px rgba(0, 0, 0, 0.6); -webkit-box-shadow: 0 0px 120px -25px rgba(0, 0, 0, 0.6); -moz-box-shadow: 0 0px 120px -25px rgba(0, 0, 0, 0.6); -ms-box-shadow: 0 0px 120px -25px rgba(0, 0, 0, 0.6); background: #3695EB; }

.services-section .services-box { padding-right: 40px; padding-left: 40px; background-color: #3695eb; height: 274px; -webkit-transition: 0.25s cubic-bezier(0.215, 0.61, 0.355, 1); transition: 0.25s cubic-bezier(0.215, 0.61, 0.355, 1); float: left; width: 25%; border-color: rgba(0, 0, 0, 0.1); border-style: solid; border-width: 0 1px 1px 0; text-align: left; }

.services-section .services-box:hover { background-color: #2b77bc; }

.services-section .services-box .grid-box-inner { position: relative; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); }

.services-section .services-box .grid-box-inner a { display: block; text-decoration: none; }

.services-section .services-box .grid-box-inner a .item-title { vertical-align: middle; margin-bottom: 20px; }

.services-section .services-box .grid-box-inner a .item-title .icon-wrp { display: inline-block; vertical-align: middle; }

.services-section .services-box .grid-box-inner a .item-title .title-wrp { display: inline-block; vertical-align: middle; padding-left: 20px; }

.services-section .services-box .grid-box-inner a h3 { margin: 0; padding: 0; font-family: 'Lato', sans-serif; font-size: 18px; line-height: 30px; font-weight: 500; color: #ffffff; font-style: normal; }

.services-section .services-box .grid-box-inner a .description p { font-size: 13px; line-height: 24px; font-weight: 400; color: #ffffff; font-style: normal; font-family: 'Open Sans', sans-serif; }

/*========== Who We Are Start ==========*/
.who-we-are { padding-top: 52px; padding-bottom: 124px; }

.who-we-are .section-title h3 { margin: 30px 0 0 0; }

.who-we-are .our-health-mission .image { display: block; position: relative; text-decoration: none; box-shadow: 0 40px 120px -20px rgba(0, 0, 0, 0.6); -webkit-box-shadow: 0 40px 120px -20px rgba(0, 0, 0, 0.6); -moz-box-shadow: 0 40px 120px -20px rgba(0, 0, 0, 0.6); -ms-box-shadow: 0 40px 120px -20px rgba(0, 0, 0, 0.6); -o-box-shadow: 0 40px 120px -20px rgba(0, 0, 0, 0.6); }

.who-we-are .our-health-mission .image img { width: 100%; object-fit: cover; font-family: 'object-fit: cover'; height: 300px; }

.who-we-are .our-health-mission .image:hover { box-shadow: none; -webkit-box-shadow: none; -moz-box-shadow: none; -ms-box-shadow: none; -o-box-shadow: none; }

.who-we-are .our-health-mission .image a.media-container__link { position: absolute; left: 50%; top: 50%; -moz-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }

.who-we-are .our-health-mission .image a.media-container__link .circleanim-svg__circle-back { fill: none; stroke: #fff; }

.who-we-are .our-health-mission .image a.media-container__link .circleanim-svg__circle-front { fill: none; stroke: #fff; stroke-dasharray: 60 1000; stroke-width: 5px; stroke-opacity: .5; stroke-dashoffset: 0; -webkit-transition: stroke-width 1s, stroke-dashoffset 1s, stroke-dasharray 1s, stroke-opacity 1s; transition: stroke-width 1s, stroke-dashoffset 1s, stroke-dasharray 1s, stroke-opacity 1s; }

.who-we-are .our-health-mission .image a.media-container__link .circleanim-svg:hover .circleanim-svg__circle-front { stroke-dasharray: 340; stroke-width: 2px; stroke-opacity: 1; }

.who-we-are .our-health-mission h5 { font-size: 24px; line-height: 32px; color: #006699; margin: 0 0 10px; }

.who-we-are .our-health-mission p { font-size: 13px; line-height: 26px; }

/*========== Who We Are End ==========*/
/* Hospital Services Start */
.hospital-services .service-top .service-block { background-color: #ffffff; padding: 35px 55px; }

.hospital-services .service-top .service-block .block-detail { padding: 0 0 40px; }

.hospital-services .service-top .service-block .block-detail:last-child { padding: 0; }

.hospital-services .service-top .service-block .block-detail img { float: none; margin: 0 auto; }

.hospital-services .service-top .service-block .block-detail h6 { font-family: "roboto"; font-size: 14px; line-height: 14px; color: #1b1b1b; margin: 0 0 10px; text-transform: uppercase; }

.hospital-services .service-top .service-block .block-detail p { color: #666666; }

/* Hospital Services End */
/* Emergency Service Start */
.emergency-services img { width: 100%; }

.emergency-services { background-color: #f5f5f5; }

.emergency-services .main-service-block { float: none; display: table-cell; vertical-align: middle; }

.emergency-services .emergency-detail { padding: 0 115px; }

.emergency-services .emergency-detail [class*=col-]:last-child .service-block { padding-bottom: 0; }

.emergency-services .emergency-detail [class*=col-]:nth-last-child(2) .service-block { padding-bottom: 0; }

.emergency-services .emergency-detail .service-block { position: relative; padding: 0 0 30px 82px; }

.emergency-services .emergency-detail .service-block .image-icon { position: absolute; left: 0; top: 0; }

.emergency-services .emergency-detail .service-block h6 { font-family: "roboto"; font-size: 18px; line-height: 22px; margin: 0 0 15px; color: #323232; text-transform: uppercase; }

.emergency-services .emergency-detail .service-block p { font-size: 13px; line-height: 22px; }

/* Emergency Service End */
/* Health Service Start */
.parallax-window { height: 638px; background: transparent; }

.health-services { position: relative; }

.health-services .health-services-detail { position: absolute; left: 0; right: 0; top: 50%; -moz-transform: translate(0, -50%); -o-transform: translate(0, -50%); -ms-transform: translate(0, -50%); -webkit-transform: translate(0, -50%); transform: translate(0, -50%); }

.health-services .section-title { padding: 0 0 40px; }

.health-services .section-title h5 { font-size: 26px; line-height: 26px; color: #ffffff; }

.health-services .health-block ul { display: block; padding: 0 0 0 18px; margin: 0; float: left; width: 100%; }

.health-services .health-block ul li { margin: 0 0 25px; padding: 0; font-family: 'Lato', sans-serif; font-size: 14px; line-height: 14px; color: #ffffff; text-transform: uppercase; }

.health-services .health-block ul li:last-child { margin-bottom: 0; }

.health-services .health-block ul li a { font-size: 14px; line-height: 14px; text-decoration: none; color: #ffffff; }

.health-services .health-block ul li a:hover { color: #ffffff; }

.health-services .health-block h5 { font-family: 'Lato', sans-serif; font-size: 30px; line-height: 50px; color: #ffffff; margin: 0; font-weight: 300; }

/* Health Service End */
/* Our Work Profile Start */
.our-work-profile { padding: 115px 0; }

.our-work-profile .work-profile-tabing { padding: 0 0 40px; }

.work-profile-tabing .nav-tabs { position: relative; z-index: 9; }

.work-profile-tabing .nav-tabs > li { width: 100%; margin: 0; }

.work-profile-tabing .nav-tabs > li > a { font-size: 13px; line-height: 13px; color: #858585; background-color: #fff; border-top: 1px solid #ddd; border-right: 1px solid #ddd; border-left: 1px solid #ddd; border-bottom: none; margin: 0; border-radius: 0; -webkit-border-radius: 0; -moz-border-radius: 0; -ms-border-radius: 0; -o-border-radius: 0; padding: 20px 45px 20px 25px; background-image: -webkit-gradient(linear, left top, right top, color-stop(0%, #fff), color-stop(100%, rgba(239, 239, 239, 0.5))); background-image: -webkit-linear-gradient(left, #fff 0%, rgba(239, 239, 239, 0.5) 100%); background-image: linear-gradient(to right, #fff 70%, rgba(239, 239, 239, 0.5) 100%); position: relative; }

.work-profile-tabing .nav-tabs > li > a i { font-size: 20px; color: #999; position: absolute; right: 25px; top: 50%; -moz-transform: translate(0, -50%); -o-transform: translate(0, -50%); -ms-transform: translate(0, -50%); -webkit-transform: translate(0, -50%); transform: translate(0, -50%); }

.work-profile-tabing .nav-tabs > li:first-child > a { border-radius: 3px 0 0 0; -webkit-border-radius: 3px 0 0 0; -ms-border-radius: 3px 0 0 0; }

.work-profile-tabing .nav-tabs > li:last-child > a { border-radius: 0 0 0 3px; -webkit-border-radius: 0 0 0 3px; -ms-border-radius: 0 0 0 3px; }

.work-profile-tabing .nav-tabs > li > a:hover { color: #66cc66; border-color: #ddd; }

.work-profile-tabing .nav-tabs > li.active > a, .work-profile-tabing .nav-tabs > li.active > a:hover, .work-profile-tabing .nav-tabs > li.active > a:focus { border-left: 1px solid #ddd; border-top: 1px solid #ddd; border-bottom: none; border-right-color: #ffffff; background-image: none; -webkit-background-image: none; -moz-background-image: none; -ms-background-image: none; -o-background-image: none; color: #131313; font-weight: 600; }

.work-profile-tabing .tab-pane { padding: 40px 25px; border: 1px solid #ddd; border-radius: 0 3px 3px 0; -webkit-border-radius: 0 3px 3px 0; -ms-border-radius: 0 3px 3px 0; margin-left: -1px; }

.work-profile-tabing .tab-pane h4 { font-size: 28px; line-height: 30px; color: #333333; margin: 0 0 20px; }

.work-profile-tabing .tab-pane h4 a { text-decoration: none; color: #66cc66; }

.work-profile-tabing .tab-pane h4 a:hover { color: #000000; }

.our-work-profile p { font-size: 13px; line-height: 26px; color: #535353; margin: 0 0 20px; }

.our-work-profile .treatment-block img { margin: 0 0 20px; }

.our-work-profile .treatment-block h5 { font-size: 24px; line-height: 32px; color: #000000; font-weight: 400; text-transform: capitalize; margin: 0 0 10px; }

/* Our Work Profile End */
/* Plastic Surgery Start */
.plastic-surgery h5 { font-family: "roboto"; font-weight: 700; font-size: 26px; line-height: 26px; margin: 0 0 20px; color: #1b1b1b; text-transform: uppercase; }

.plastic-surgery p { font-size: 13px; line-height: 26px; margin: 0 0 20px; }

.plastic-surgery .btn-default { font-weight: 700; font-size: 12px; line-height: 12px; padding: 20px 34px; }

.plastic-surgery .emergency-detail { padding: 0 22%; }

/* Plastic Surgery End */
/* Plastic Surgery Start */
.medical-health-news { padding: 150px 0; }

.medical-health-news .section-title { text-align: center; }

.medical-health-news .section-title h4 { font-family: "roboto"; font-size: 28px; line-height: 34px; color: #1b1b1b; margin: 0; text-transform: none; }

.medical-health-news .medical-health-blocks a.block { display: block; text-decoration: none; }

.medical-health-news .medical-health-blocks a.block .image { position: relative; }

.medical-health-news .medical-health-blocks a.block .image img { width: 100%; }

.medical-health-news .medical-health-blocks a.block .image h6 { font-size: 16px; line-height: 16px; padding: 0 0 50px; margin: 0; position: absolute; left: 0; right: 0; top: auto; bottom: 0; text-align: center; color: #fff; font-family: "roboto"; text-transform: uppercase; }

.medical-health-news .medical-health-blocks a.block .image h6:before { position: absolute; content: ""; top: 0; bottom: 0; left: 0; right: 0; background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, transparent), color-stop(100%, black)); background: -webkit-linear-gradient(top, transparent 0%, black 100%); background: linear-gradient(to bottom, transparent 0%, black 100%); opacity: .8; }

.medical-health-news .medical-health-blocks a.block .image h6:after { position: absolute; content: ""; top: 30px; left: 50%; -moz-transform: translate(-50%, 0); -o-transform: translate(-50%, 0); -ms-transform: translate(-50%, 0); -webkit-transform: translate(-50%, 0); transform: translate(-50%, 0); height: 2px; width: 30px; -webkit-transition: all 0.2s ease-out; transition: all 0.2s ease-out; background-color: #66cc66; }

.medical-health-news .medical-health-blocks a.block:hover .image { -webkit-box-shadow: 0 40px 120px -20px rgba(0, 0, 0, 0.6); box-shadow: 0 40px 120px -20px rgba(0, 0, 0, 0.6); }

.medical-health-news .medical-health-blocks a.block:hover .image h6:after { width: 60px; }

.medical-health-news .medical-health-blocks .block-desc { padding: 35px 0; clear: both; }

.medical-health-news .medical-health-blocks .block-desc h6 { font-family: 'Lato', sans-serif; font-size: 16px; line-height: 22px; margin: 0; font-weight: 700; color: #535353; }

/* Map Address Location Start */
.map-address-location iframe { float: left; width: 100%; }

.map-address-location .right-side [class*=col-]:first-child a.address-block { border-top: none; }

.map-address-location .right-side [class*=col-]:nth-child(even) a.address-block { border-right: none; }

.map-address-location .right-side [class*=col-]:last-child a.address-block { border-right: none; }

.map-address-location .right-side a.address-block { text-decoration: none; background-color: #3695eb; position: relative; display: block; height: 350px; border-top: 1px solid rgba(255, 255, 255, 0.1); border-right: 1px solid rgba(255, 255, 255, 0.1); }

.map-address-location .right-side a.address-block .block-detail { position: absolute; left: 50%; top: 50%; -moz-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); text-align: center; }

.map-address-location .right-side a.address-block .block-detail h6 { font-family: "roboto"; font-size: 16px; line-height: 16px; color: #fff; margin: 0 0 20px; }

.map-address-location .right-side a.address-block .block-detail p { font-size: 12px; line-height: 24px; color: #fff; margin: 0; }

.map-address-location .right-side a.address-block:hover { background-color: #2b77bc; }

/* Map Address Location End */
.tparrows { background: none !important; height: 50px !important; width: 50px !important; }

.tparrows.tp-leftarrow:before, .tparrows.tp-rightarrow:before { transform: none !important; -webkit-transform: none !important; -moz-transform: none !important; -ms-transform: none !important; -o-transform: none !important; font-size: 60px; line-height: 50px; }

.main-slider .tparrows.tp-leftarrow, .main-slider .tparrows.tp-rightarrow { opacity: 0; transition-duration: 0.5s; -webkit-transition-duration: 0.5s; -moz-transition-duration: 0.5s; -ms-transition-duration: 0.5s; -o-transition-duration: 0.5s; }

.main-slider:hover .tparrows.tp-leftarrow, .main-slider:hover .tparrows.tp-rightarrow { opacity: 1; }

.tp-mask-wrap { margin-top: 37px; }

/* Medical Heath News End */
/* Appointment Form Start */
.appointment-form { padding: 40px; }

.appointment-form h6 { font-size: 18px; line-height: 18px; margin: 0 0 10px; font-family: 'Lato', sans-serif; font-weight: 700; }

.appointment-form p { font-size: 14px; line-height: 26px; color: #666666; margin: 0 0 40px; }

.appointment-form .btn { font-weight: 700; text-transform: none; padding: 12px 25px; }

.appointment-form .form-group { position: relative; margin: 0 0 20px; float: left; width: 100%; }

.appointment-form .form-group label { position: absolute; left: 0; top: 50%; -moz-transform: translate(0, -50%); -o-transform: translate(0, -50%); -ms-transform: translate(0, -50%); -webkit-transform: translate(0, -50%); transform: translate(0, -50%); z-index: 9; font-weight: 700; font-size: 13px; transition-duration: 0.3s; -webkit-transition-duration: 0.3s; -moz-transition-duration: 0.3s; -ms-transition-duration: 0.3s; -o-transition-duration: 0.3s; }

.appointment-form .form-group:after { position: absolute; content: ""; left: 0; right: 0; bottom: 0; height: 2px; background-color: #000; display: none; }

.appointment-form .form-control { border-bottom: 1px solid #000; padding: 15px 10px 5px; margin: 0; }

.appointment-form .form-group.date { width: 60%; float: left; position: relative; }

.appointment-form .form-group.date label { position: absolute; left: 0; top: 50%; -moz-transform: translate(0, -50%); -o-transform: translate(0, -50%); -ms-transform: translate(0, -50%); -webkit-transform: translate(0, -50%); transform: translate(0, -50%); }

.appointment-form .form-group.time { width: 40%; float: left; position: relative; }

.appointment-form .form-group.time label { position: absolute; left: 0; top: 50%; -moz-transform: translate(0, -50%); -o-transform: translate(0, -50%); -ms-transform: translate(0, -50%); -webkit-transform: translate(0, -50%); transform: translate(0, -50%); }

.appointment-form .form-group.focus:after { display: block; }

.appointment-form .form-group.is-val label { top: 0; -moz-transform: none; -o-transform: none; -ms-transform: none; -webkit-transform: none; transform: none; font-size: 10px; }

.appointment-form a.appointment-button { margin-top: 30px; }

.appointment-form .select-box label { top: 0; font-size: 10px; line-height: 10px; color: #000; -moz-transform: none; -o-transform: none; -ms-transform: none; -webkit-transform: none; transform: none; z-index: 99999; }

.appointment-form .select-box .form-group { float: left; width: 100%; }

.appointment-form input[type="select"] { height: 52px; }

.appointment-form .selectric { border-top: none !important; border-right: none !important; border-left: none !important; border-bottom: 1px solid #000 !important; float: left; width: 100%; border-radius: 0; -webkit-border-radius: 0; -ms-border-radius: 0; height: 45px; }

.appointment-form .selectric .label { color: #000 !important; font-weight: 400; font-size: 14px !important; line-height: 45px !important; text-transform: capitalize; }

.appointment-form .selectric .button { height: 45px !important; width: 45px !important; }

.appointment-form .selectric-items { box-shadow: none; -webkit-box-shadow: none; -moz-box-shadow: none; -ms-box-shadow: none; -o-box-shadow: none; margin: 45px 0 0; z-index: 99999999; }

.appointment-form .selectric-scroll { overflow: unset !important; }

/* Appointment Form End */
/* Appointment Form Start */
.human-body-parts .body-parts-block { background-color: #ffffff; padding: 40px; text-align: center; margin: 0 0 40px; }

.human-body-parts .body-parts-block .icon { padding: 0 0 30px; }

.human-body-parts .body-parts-block .icon i:before { font-size: 75px; margin: 0; }

.human-body-parts .body-parts-block .icon:hover { color: #8DE08D; }

.human-body-parts .body-parts-block h6 { font-family: "roboto"; text-transform: capitalize; font-size: 18px; line-height: 18px; color: #535353; margin: 0 0 10px; }

.human-body-parts .body-parts-block p { line-height: 26px; }

/* Human Body Parts End */
/*==================================================================*/
/*========== Home Page End ==========*/
/*==================================================================*/
/*==================================================================*/
/*========== Inner Pages Start ==========*/
/*==================================================================*/
.content { padding-bottom: 95px; }

.inner-pg { padding-top: 95px; background-color: #f2f2f2; }

.inner-content { padding: 38px 0 0; }

/*==================================================================*/
/*============= Service Page Star =============*/
/*==================================================================*/
/* Service Detail Block Start */
.service-detail-block { padding: 17px 60px 40px; margin: 0 0 30px; }

.service-detail-block h4 { font-family: 'Lato', sans-serif; font-size: 24px; line-height: 30px; margin: 0 0 10px; text-transform: capitalize; }

.service-detail-block p { line-height: 26px; color: #666666; }

.service-detail-block .service-detail-partitions { padding: 30px 0 0; }

/* Service Detail Block End */
/* Sidebar Widget Start */
.sidebar-widget .widget-block { margin: 0 0 30px; }

.sidebar-widget .widget-block .blue-bg, .sidebar-widget .widget-block .light-green-bg, .sidebar-widget .widget-block .gray-bg, .sidebar-widget .widget-block .white-bg { padding: 32px 20px 50px; }

.sidebar-widget .widget-block .medlife-service ul { display: block; margin: 0; padding: 0; list-style-type: none; }

.sidebar-widget .widget-block .medlife-service ul li { margin: 0; padding: 0; list-style-type: none; }

.sidebar-widget .widget-block .medlife-service ul li a { padding: 10px; display: block; text-decoration: none; color: #ffffff; font-size: 12px; line-height: 26px; border-bottom: 1px solid rgba(0, 0, 0, 0.1); position: relative; }

.sidebar-widget .widget-block .medlife-service ul li a:before { position: absolute; content: ""; left: 0; right: 0; top: 100%; height: 1px; width: 0; background-color: #04477a; transition-duration: 0.3s; -webkit-transition-duration: 0.3s; -moz-transition-duration: 0.3s; -ms-transition-duration: 0.3s; -o-transition-duration: 0.3s; }

.sidebar-widget .widget-block .medlife-service ul li a:after { position: absolute; content: "\f105"; font-family: FontAwesome; color: rgba(0, 0, 0, 0.05); right: 0; top: 50%; -moz-transform: translate(0, -50%); -o-transform: translate(0, -50%); -ms-transform: translate(0, -50%); -webkit-transform: translate(0, -50%); transform: translate(0, -50%); transition-duration: 0.3s; -webkit-transition-duration: 0.3s; -moz-transition-duration: 0.3s; -ms-transition-duration: 0.3s; -o-transition-duration: 0.3s; font-size: 16px; line-height: 16px; }

.sidebar-widget .widget-block .medlife-service ul li a:hover:before { width: 100%; }

.sidebar-widget .widget-block .medlife-service ul li a:hover:after { color: rgba(0, 0, 0, 0.2); }

.sidebar-widget .widget-block .medlife-service ul li a.active:before { width: 100%; }

.sidebar-widget .widget-block .medlife-service ul li a.active:after { color: rgba(0, 0, 0, 0.2); }

.sidebar-widget .widget-block .opening-hours { padding: 20px; }

.sidebar-widget .widget-block .opening-hours table tr td { border-top: none; border-bottom: 1px solid rgba(255, 255, 255, 0.2); color: #ffffff; padding: 15px 0; font-size: 12px; }

.sidebar-widget .widget-block .news-letter .form-control { height: 45px; }

.sidebar-widget .widget-block .news-letter .btn { width: 100%; font-weight: 700; }

.sidebar-widget .widget-block .recent-news a { text-decoration: none; color: #535353; text-transform: uppercase; font-size: 13px; line-height: 13px; margin: 0 0 10px; }

.sidebar-widget .widget-block .recent-news a:hover { color: #66cc66; }

.sidebar-widget .widget-block .recent-news .widget-title h6 { color: #333333; }

.sidebar-widget .widget-block .recent-news .recent-block { border-bottom: 1px solid rgba(0, 0, 0, 0.07); padding: 15px 0; }

.sidebar-widget .widget-block .recent-news .recent-block a { font-size: 14px; line-height: 22px; font-weight: 700; color: #000; text-decoration: none; margin: 0 0 5px; display: block; }

.sidebar-widget .widget-block .recent-news .recent-block a:hover { color: #66cc66; }

.sidebar-widget .widget-block .recent-news .recent-block p { font-size: 13px; line-height: 13px; margin: 0; }

.sidebar-widget .widget-block .recent-news .recent-block p i { margin-right: 10px; }

.sidebar-widget .widget-block .recent-news .recent-block:last-child { border: none; }

.sidebar-widget .widget-title { padding: 0 0 15px; }

.sidebar-widget .widget-title h6 { font-size: 18px; line-height: 30px; color: #fff; margin: 0; text-transform: capitalize; }

/* Sidebar Widget End */
/*==================================================================*/
/*============= Service Page End =============*/
/*==================================================================*/
/*==================================================================*/
/*============= Doctor Page Start =============*/
/*==================================================================*/
.inner-banner h1 { font-size: 72px; line-height: 72px; margin: 0 0 30px; color: #fff; text-transform: capitalize; }

.inner-banner h4 { text-transform: none; font-family: 'latolight'; }

/* Phisician Md Start */
.phisician-md { padding: 35px 0 150px; margin: -50px 0 0; }

.phisician-md .phisician-left { position: relative; z-index: 9; margin: 180px 0 0; padding: 0 60px 0 0; }

.phisician-md .phisician-left h5 { font-family: "roboto"; font-size: 24px; line-height: 24px; color: #333333; text-transform: uppercase; margin: 0 0 20px; }

.phisician-md .phisician-left h5 span { font-family: 'latoregular'; text-transform: capitalize; color: #535353; }

.phisician-md .phisician-left p { font-size: 13px; line-height: 30px; }

.phisician-md .phisician-right { position: relative; margin: -150px 0 0; }

.phisician-md .phisician-right .image { position: relative; z-index: 99; margin: 0 0 30px; }

.phisician-md .phisician-right .silver-squar { min-height: 601px; background-color: #eff3f4; width: 100%; margin-top: -480px; margin-right: 80px; margin-left: -194px; }

.phisician-md .phisician-right .join-our-team { text-align: right; padding-top: 60px; position: relative; z-index: 9; }

.phisician-md .phisician-right .join-our-team .btn { font-size: 13px; font-weight: 700; font-family: 'OpenSansBold'; padding: 13px 36px 14px 34px; }

.phisician-md .rellax { -webkit-transition-property: -webkit-transform; transition-property: -webkit-transform; transition-property: transform; transition-property: transform, -webkit-transform; -webkit-transition-duration: .6s; transition-duration: .6s; }

/* Phisician Md End */
/* Clinical Staff Start */
.doctor-clinic-staff { padding: 75px 0 140px; }

.clinic-staff-carousel .slick-slide { background-color: #ffffff; margin: 0 25px; }

.clinic-staff-carousel .staff-detail { padding: 30px 25px; }

.clinic-staff-carousel .staff-detail h6 { font-family: 'latoregular'; text-transform: capitalize; font-size: 18px; line-height: 25px; color: #333333; }

.clinic-staff-carousel .staff-detail h6 span { display: block; font-family: 'latolight'; }

.clinic-staff-carousel .staff-detail p { font-size: 13px; line-height: 30px; }

.clinic-staff-carousel .slick-prev.slick-disabled:before, .clinic-staff-carousel .slick-next.slick-disabled:before { opacity: 1; }

.clinic-staff-carousel .slick-prev:hover:before, .clinic-staff-carousel .slick-next:hover:before { font-weight: 700; }

/* Clinical Staff End */
/* Nurse Practice Start */
.nurse-practice { background-color: #fff9f9; padding: 75px 0 140px; }

.nurse-practice img { width: 100%; }

.nurse-practice .nurse-detail { padding: 30px 25px; }

.nurse-practice .nurse-detail h6 { font-family: 'latoregular'; text-transform: capitalize; color: #333333; font-size: 18px; line-height: 25px; }

.nurse-practice .nurse-detail h6 span { font-family: 'latolight'; }

.nurse-practice .nurse-detail p { font-size: 13px; line-height: 30px; }

.nurse-practice [class*=col-]:nth-child(even) .practice-block { background-color: #eff3f4; }

/* Nurse Practice End */
/* Medlife Clinic Number Start */
.medlife-clinic-num { position: relative; text-align: center; }

.medlife-clinic-num .medlife-clinic-num-detail { position: absolute; left: 0; right: 0; top: 50%; -moz-transform: translate(0, -50%); -o-transform: translate(0, -50%); -ms-transform: translate(0, -50%); -webkit-transform: translate(0, -50%); transform: translate(0, -50%); }

.medlife-clinic-num .section-title h2 { font-family: 'latoregular'; text-align: center; text-transform: capitalize; color: #fff; }

.medlife-clinic-num img { display: inline-block; margin: 0 0 20px; height: auto; width: 80px; object-fit: cover; font-family: 'object-fit: cover'; }

.medlife-clinic-num .counter { color: #fff; font-size: 60px; line-height: 60px; font-family: 'latoregular'; }

.medlife-clinic-num h6 { color: #fff; margin: 30px 0 0; text-transform: capitalize; font-size: 20px; line-height: 20px; }

.medlife-clinic-num .treatment-num .counter { position: relative; display: inline-block; margin-left: -50px; }

.medlife-clinic-num .treatment-num .counter:after { position: absolute; content: "M"; left: 100%; top: 50%; -moz-transform: translate(0, -50%); -o-transform: translate(0, -50%); -ms-transform: translate(0, -50%); -webkit-transform: translate(0, -50%); transform: translate(0, -50%); padding-right: 5px; }

/* Medlife Clinic Number End */
/*==================================================================*/
/*============= Doctor Page End =============*/
/*==================================================================*/
/*==================================================================*/
/*============= Blog Page Start =============*/
/*==================================================================*/
.blog-lists .blog-post { background-color: #ffffff; transition-duration: 0.3s; -webkit-transition-duration: 0.3s; -moz-transition-duration: 0.3s; -ms-transition-duration: 0.3s; -o-transition-duration: 0.3s; }

.blog-lists .blog-post .blog-image { position: relative; }

.blog-lists .blog-post .blog-image .image { text-decoration: none; display: block; }

.blog-lists .blog-post .blog-image .image > img { width: 100%; }

.blog-lists .blog-post .blog-image .image .overlay { position: absolute; left: 0; right: 0; top: 0; bottom: 0; background-color: rgba(0, 0, 0, 0.4); }

.blog-lists .blog-post .blog-image .image:hover .overlay { background-color: rgba(0, 0, 0, 0.1); }

.blog-lists .blog-post .blog-image .emp-detail { position: absolute; left: 0; right: 0; bottom: 0; top: auto; padding: 0 60px 30px; z-index: 99; }

.blog-lists .blog-post .blog-image .emp-detail .emp-block .image { float: left; display: inline-block; margin-right: 20px; height: 46px; width: 46px; border-radius: 50%; -webkit-border-radius: 50%; -ms-border-radius: 50%; overflow: hidden; }

.blog-lists .blog-post .blog-image .emp-detail .emp-block .image img { height: 46px; width: 46px; border-radius: 50%; -webkit-border-radius: 50%; -ms-border-radius: 50%; overflow: hidden; object-fit: cover; font-family: 'object-fit: cover'; }

.blog-lists .blog-post .blog-image .emp-detail .emp-block a { font-size: "roboto", Helvetica, Arial, sans-serif; line-height: 20px; color: #ffffff; text-decoration: none; }

.blog-lists .blog-post .blog-image .emp-detail .emp-block a:hover { color: rgba(255, 255, 255, 0.7); }

.blog-lists .blog-post .blog-image .emp-detail .emp-block ul { display: block; margin: 0; padding: 0; list-style-type: none; }

.blog-lists .blog-post .blog-image .emp-detail .emp-block ul li { display: inline-block; margin: 0; padding: 0 5px; list-style-type: none; font-size: 10px; line-height: 10px; text-transform: uppercase; color: rgba(255, 255, 255, 0.7); position: relative; }

.blog-lists .blog-post .blog-image .emp-detail .emp-block ul li:after { position: absolute; content: "/"; color: rgba(255, 255, 255, 0.7); right: -3px; top: 0; bottom: 0; }

.blog-lists .blog-post .blog-image .emp-detail .emp-block ul li:first-child { padding-left: 0; }

.blog-lists .blog-post .blog-image .emp-detail .emp-block ul li:last-child { padding-right: 0; }

.blog-lists .blog-post .blog-image .emp-detail .emp-block ul li:last-child:after { display: none; }

.blog-lists .blog-post .blog-image .emp-detail .emp-block ul li i { font-size: 14px; margin-right: 2px; }

.blog-lists .blog-post .blog-image .emp-detail .emp-block ul li a { text-decoration: none; color: #ffffff; }

.blog-lists .blog-post .blog-image .emp-detail .emp-block ul li a:hover { color: rgba(255, 255, 255, 0.7); }

.blog-lists .blog-post .blog-image .emp-detail .emp-right ul li a:hover { color: #ffffff; }

.blog-lists .blog-post .blog-image .emp-detail .emp-right ul li a:hover i { color: #ccff99; }

.blog-lists .blog-post .blog-detail { padding: 45px 150px 45px 60px; position: relative; }

.blog-lists .blog-post .blog-detail a { font-family: "roboto"; font-size: 26px; line-height: 26px; color: #000; text-decoration: none; margin: 0 0 20px; display: inline-block; }

.blog-lists .blog-post .blog-detail a:hover { color: #66cc66; }

.blog-lists .blog-post .blog-detail p { font-size: 15px; line-height: 28px; color: #000; }

.blog-lists .blog-post .blog-detail a.read-more { position: absolute; right: 60px; top: 30%; }

.blog-lists .blog-post .blog-detail a.read-more .svg-more-l1, .blog-lists .blog-post .blog-detail a.read-more .svg-more-l2, .blog-lists .blog-post .blog-detail a.read-more .svg-more-l3 { transition: all .15s ease-out; -webkit-transition: all .15s ease-out; -moz-transition: all .15s ease-out; -ms-transition: all .15s ease-out; -o-transition: all .15s ease-out; }

.blog-lists .blog-post .blog-detail a.read-more:hover .svg-more-l1 { width: 8px; }

.blog-lists .blog-post .blog-detail a.read-more:hover .svg-more-l2 { width: 22px; }

.blog-lists .blog-post .blog-detail a.read-more:hover .svg-more-l3 { width: 11px; }

.blog-lists .blog-post .blog-detail a.read-more:hover .svg-more-bg { stroke-width: 4px; stroke: #66cc66; }

.blog-lists .blog-post:hover { box-shadow: 0 20px 40px rgba(0, 0, 0, 0.09); -webkit-box-shadow: 0 20px 40px rgba(0, 0, 0, 0.09); -moz-box-shadow: 0 20px 40px rgba(0, 0, 0, 0.09); -ms-box-shadow: 0 20px 40px rgba(0, 0, 0, 0.09); -o-box-shadow: 0 20px 40px rgba(0, 0, 0, 0.09); }

/*==================================================================*/
/*============= Blog Page End =============*/
/*==================================================================*/
/*==================================================================*/
/*============= Blog Single Page Start =============*/
/*==================================================================*/
.blog-single-pg .blog-lists .blog-post .blog-detail { padding: 45px; }

.blog-single-pg .blog-lists .blog-post .blog-detail h1 { font-size: 36px; line-height: 40px; color: #000000; font-weight: 400; margin: 0 0 30px; }

.blog-single-pg .blog-lists .blog-post .blog-detail p { font-size: 16px; line-height: 25px; margin: 0 0 20px; }

.blog-single-pg .blog-lists .blog-post .blog-social-icons { padding: 40px 0 60px; }

.blog-single-pg .blog-lists .blog-post .blog-social-icons ul { display: block; margin: 0; padding: 0; list-style-type: none; }

.blog-single-pg .blog-lists .blog-post .blog-social-icons ul li { display: inline-block; margin: 0; padding: 0 20px 0 0; list-style-type: none; }

.blog-single-pg .blog-lists .blog-post .blog-social-icons ul li:last-child { margin-right: 0; }

.blog-single-pg .blog-lists .blog-post .blog-social-icons ul a { text-decoration: none; padding: 4px 8px; font-size: 12px; line-height: 12px; border-radius: 3px; -webkit-border-radius: 3px; -ms-border-radius: 3px; margin: 0; }

.blog-single-pg .blog-lists .blog-post .blog-social-icons ul a.google { border: 1px solid rgba(0, 0, 0, 0.17); color: #db4437; }

.blog-single-pg .blog-lists .blog-post .blog-social-icons ul a.twitter { color: #ffffff; background-color: #1b95e0; }

.blog-single-pg .blog-lists .blog-post .blog-social-icons ul a.twitter:hover { background-color: #0c7abf; }

.blog-single-pg .blog-lists .remaining-blog-list h6 { font-size: 16px; line-height: 16px; font-weight: 700; margin: 0 0 20px; }

.blog-single-pg .blog-lists .remaining-blog-list .remaining-block a.image { position: relative; display: block; overflow: hidden; }

.blog-single-pg .blog-lists .remaining-blog-list .remaining-block a.image img { width: 100%; height: 168px; object-fit: cover; font-family: 'object-fit: cover'; }

.blog-single-pg .blog-lists .remaining-blog-list .remaining-block a.image:after { position: absolute; content: ""; left: 0; right: 0; bottom: -8px; height: 8px; transition-duration: 0.25s; -webkit-transition-duration: 0.25s; -moz-transition-duration: 0.25s; -ms-transition-duration: 0.25s; -o-transition-duration: 0.25s; }

.blog-single-pg .blog-lists .remaining-blog-list .remaining-block a.image:hover:after { bottom: 0; background-color: #66cc66; }

.blog-single-pg .blog-lists .remaining-blog-list .remaining-block a { font-family: 'roboto'; font-size: 12px; line-height: 20px; color: #000000; text-decoration: none; font-weight: 400; margin: 10px 0 0; letter-spacing: 0.5px; }

.blog-single-pg .blog-lists .remaining-blog-list .remaining-block a:hover { color: #66cc66; }

/*==================================================================*/
/*============= Blog Single Page End =============*/
/*==================================================================*/
/*==================================================================*/
/*============= Contact Page Start =============*/
/*==================================================================*/
.contact-pg { background-color: #F2F2F2; }

.contact-pg .banner .banner-desc { text-align: center; }

.contact-pg .banner .banner-desc h1 { font-size: 46px; line-height: 46px; }

.contact-pg .content-desc { margin-top: -80px; }

.contact-pg .content-desc .appointment-form { padding: 60px 40px; }

.contact-pg .sidebar-widget { margin-top: -155px; }

/* contact form validation */
.js-disable-action { pointer-events: none; }

.js-cf-message { display: none; border-left: solid 3px transparent; padding-left: 5px; }

.js-response-success { border-left-color: #9bf442; }

.js-response-error { border-left-color: #dd0000; }

/*==================================================================*/
/*============= Contact Page End =============*/
/*==================================================================*/
/*==================================================================*/
/*============= Shop Page Start =============*/
/*==================================================================*/
.shop-pg { background: #fcfcfc; }

.shop-pg .blog-sidebar-widget .widget-detail ul li a { line-height: 20px; }

.shop-pg .section-title { padding-bottom: 25px; margin-bottom: 25px; border-bottom: 1px solid #cbcbcb; }

.shop-pg .section-title h1 { font-family: 'latoregular'; font-size: 36px; line-height: 36px; color: #535353; }

.shop-pg .result-sorting { padding: 0 0 20px; }

.shop-pg .result-sorting .left-side { float: left; }

.shop-pg .result-sorting .left-side p { font-size: 11px; margin: 0; text-transform: uppercase; color: #838383; font-weight: 600; }

.shop-pg .result-sorting .right-side { float: right; }

.shop-products-list [class*=col-] { min-height: 570px; }

.shop-products-list .product-block { position: relative; background-color: #ffffff; margin: 0 0 30px; transition-duration: 0.15s; -webkit-transition-duration: 0.15s; -moz-transition-duration: 0.15s; -ms-transition-duration: 0.15s; -o-transition-duration: 0.15s; }

.shop-products-list .product-block .sale { position: absolute; left: 20px; top: 20px; display: inline-block; background-color: #66cc66; padding: 8px 12px 7px; border-radius: 2px; -webkit-border-radius: 2px; -ms-border-radius: 2px; }

.shop-products-list .product-block .sale p { font-size: 10px; line-height: 10px; color: #ffffff; text-transform: capitalize; text-align: center; margin: 0; }

.shop-products-list .product-block .sale:after { position: absolute; content: ""; left: 5px; top: 100%; width: 0; height: 0; border-style: solid; border-width: 5px 6px 0 6px; border-color: #66cc66 transparent transparent transparent; border-color: #66cc66 transparent transparent transparent; border-radius: 2px; -webkit-border-radius: 2px; -ms-border-radius: 2px; }

.shop-products-list .product-block a { display: block; text-decoration: none; }

.shop-products-list .product-block a img { width: 100%; }

.shop-products-list .product-block a .product-detail { padding: 25px 30px 60px; }

.shop-products-list .product-block a .product-detail h6 { font-family: 'latoregular'; font-weight: 700; font-size: 16px; line-height: 24px; text-transform: capitalize; color: #2f2f2f; margin: 0 0 30px; }

.shop-products-list .product-block a .product-detail p { font-size: 12px; line-height: 20px; color: #999999; margin: 0 0 20px; }

.shop-products-list .product-block a .product-detail span { font-family: "OpenSansRegular", Helvetica, Arial, sans-serif; font-size: 18px; line-height: 18px; color: #535353; font-weight: 600; }

.shop-products-list .product-block a .product-detail .sale-price { font-size: 14px; line-height: 14px; font-weight: 600; }

.shop-products-list .product-block a .product-detail .sale-price .reg-price { color: rgba(40, 40, 40, 0.5); margin-right: 10px; text-decoration: line-through; display: inline-block; }

.shop-products-list .product-block .add-read-more-icons { position: absolute; right: 10px; bottom: 20px; }

.shop-products-list .product-block .add-read-more-icons a { display: inline-block; margin-right: 10px; }

.shop-products-list .product-block .add-read-more-icons a .svg-moreIcon circle { fill: transparent; stroke: #141414; -webkit-transition: all .2s; transition: all .2s; }

.shop-products-list .product-block .add-read-more-icons a:last-child { margin-right: 0; }

.shop-products-list .product-block .add-read-more-icons a:hover .svg-moreIcon circle { fill: #000; stroke: #000; stroke-width: 2px; }

.shop-products-list .product-block .add-read-more-icons a:hover .svg-addCartIcon .addtocart_circle, .shop-products-list .product-block .add-read-more-icons a:hover .svg-addCartIcon .addtocart_plus { fill: #7ED321; }

.shop-products-list .product-block .star-rating { position: absolute; left: 30px; bottom: 30px; }

.shop-products-list .product-block .star-rating ul { display: block; margin: 0; padding: 0; list-style-type: none; }

.shop-products-list .product-block .star-rating ul li { display: inline-block; float: left; margin: 0; padding: 0; list-style-type: none; color: #CACACA; font-size: 12px; line-height: 12px; }

.shop-products-list .product-block:hover { box-shadow: 8px 15px 40px rgba(0, 0, 0, 0.15); -webkit-box-shadow: 8px 15px 40px rgba(0, 0, 0, 0.15); -moz-box-shadow: 8px 15px 40px rgba(0, 0, 0, 0.15); -ms-box-shadow: 8px 15px 40px rgba(0, 0, 0, 0.15); -o-box-shadow: 8px 15px 40px rgba(0, 0, 0, 0.15); }

.shop-products-list .product-block:hover .add-read-more-icons .svg-moreIcon circle { fill: #000; stroke: #000; stroke-width: 2px; }

/*==================================================================*/
/*============= Shop Page End =============*/
/*==================================================================*/
/*==================================================================*/
/*============= Shop Product Page Start =============*/
/*==================================================================*/
.shop-product-pg .product-related-desc .description { padding: 80px 0 100px; }

.shop-product-pg .related-products { padding: 80px 0 90px; }

.shop-product-pg .related-products .section-title { border: none; }

.shop-product-pg .related-products .section-title h5 { font-family: 'OpenSansRegular'; font-weight: 700; color: #000000; font-size: 26px; line-height: 26px; }

.shop-product-pg .product-items-detail { background-color: #ffffff; }

.shop-product-pg .product-items-detail .left-side { position: relative; text-align: center; box-shadow: inset 0px 0px 34px 0px rgba(0, 0, 0, 0.06); -webkit-box-shadow: inset 0px 0px 34px 0px rgba(0, 0, 0, 0.06); -moz-box-shadow: inset 0px 0px 34px 0px rgba(0, 0, 0, 0.06); -ms-box-shadow: inset 0px 0px 34px 0px rgba(0, 0, 0, 0.06); -o-box-shadow: inset 0px 0px 34px 0px rgba(0, 0, 0, 0.06); }

.shop-product-pg .product-items-detail .left-side a.image { display: inline-block; width: 60%; height: auto; margin: 0 10px 20px; }

.shop-product-pg .product-items-detail .left-side a.image img { display: inline-block; width: 100%; }

.shop-product-pg .product-items-detail .right-side { padding-top: 110px; padding-bottom: 40px; padding-left: 70px; padding-right: calc((100vw - 924px)/ 2); margin-bottom: 20px; }

.shop-product-pg .product-items-detail h4 { font-family: "roboto"; font-weight: 700; color: #000000; font-size: 30px; line-height: 40px; margin: 0 0 30px; }

.shop-product-pg .product-items-detail h5 { color: #000000; font-size: 24px; line-height: 24px; }

.shop-product-pg .product-items-detail p { font-size: 14px; line-height: 14px; color: #000000; }

.shop-product-pg .product-items-detail .product-use { padding: 50px 0 20px; }

.shop-product-pg .product-items-detail .product-categories span { display: inline-block; font-weight: 700; color: #000000; text-transform: capitalize; }

.shop-product-pg .product-items-detail .product-categories a { display: inline-block; text-decoration: none; color: #000000; font-size: 13px; line-height: 18px; text-transform: capitalize; }

.shop-product-pg .product-items-detail .product-categories a:hover { color: #ccff99; }

.shop-product-pg .product-items-detail .quantity { padding: 0 0 30px; }

.shop-product-pg .product-items-detail .quantity .form-control { border: 1px solid #D9D9D9; font-size: 16px; border-radius: 2px; -webkit-border-radius: 2px; -ms-border-radius: 2px; padding: 2px; width: 100px; text-align: center; float: left; margin: 0 10px 0 0; }

.shop-product-pg .nav-tabs { border: none; }

.shop-product-pg .nav-tabs > li { margin: 0; }

.shop-product-pg .nav-tabs > li > a { font-family: "OpenSansRegular", Helvetica, Arial, sans-serif; font-weight: 700; text-transform: uppercase; color: #000000; border: none; background-color: #ffffff; border-radius: 0; -webkit-border-radius: 0; -ms-border-radius: 0; font-size: 14px; }

.shop-product-pg .nav-tabs > li.active > a, .shop-product-pg .nav-tabs > li.active > a:hover, .shop-product-pg .nav-tabs > li.active > a:focus { border: none; background-color: #ffffff; }

.shop-product-pg .tab-content { padding: 40px; background-color: #ffffff; }

.shop-product-pg .tab-content h6 { font-size: 18px; line-height: 18px; text-transform: uppercase; }

.shop-product-pg .tab-content p { font-size: 13px; line-height: 22px; }

/*==================================================================*/
/*============= Shop Product Page End =============*/
/*==================================================================*/
/*==================================================================*/
/*============= Shop Cart Page Start =============*/
/*==================================================================*/
.shop-cart-pg .return-shop-btn .btn { font-family: "OpenSansRegular", Helvetica, Arial, sans-serif; margin-top: 15px; font-weight: 700; background: none; color: #000000; border: 2px solid #000000; }

.shop-cart-pg .return-shop-btn .btn:hover { background-color: transparent; border-color: #000; color: rgba(0, 0, 0, 0.8); }

.shop-cart-pg .cart-error-msg p { font-size: 13px; line-height: 13px; }

.shop-cart-pg table.cart-table { margin: 0 -1px 24px 0; text-align: left; width: 100%; border-collapse: separate; background-color: #fff; border: 0; border-radius: 0; }

.shop-cart-pg table.cart-table thead { color: #fff; text-transform: uppercase; font-size: 12px; border-radius: 0; }

.shop-cart-pg table.cart-table .product-thumbnail, .shop-cart-pg table.cart-table .product-thumbnail, .shop-cart-pg table.cart-table .product-thumbnail { min-width: 32px; }

.shop-cart-pg table.cart-table .product-price, .shop-cart-pg table.cart-table .product-quantity, .shop-cart-pg table.cart-table .product-subtotal { text-align: end; padding-left: 15px; padding-right: 35px; }

.shop-cart-pg table.cart-table th { padding: 12px 20px; background-color: #e6e5e5; color: #000; font-weight: 700; font-size: 14px; padding-top: 30px; height: 90px; }

.shop-cart-pg .cart-table td .cart-table th, .shop-cart-pg .cart-table td, .shop-cart-pg .cart-table th, .shop-cart-pg .cart-table td, .shop-cart-pg .cart-table th { vertical-align: middle; }

.shop-cart-pg table.cart-table td { border-width: 2px; padding: 25px; }

.shop-cart-pg table.cart-table .cart-item:first-child td { border-top: 0; }

.shop-cart-pg table.cart-table .cart-item td { padding-top: 30px; padding-bottom: 30px; }

.shop-cart-pg table.cart-table td.product-remove { width: 60px; text-align: center; }

.shop-cart-pg table.cart-table td.product-remove .remove { color: #fff; border-radius: 100%; -webkit-border-radius: 100%; -moz-border-radius: 100%; -ms-border-radius: 100%; -o-border-radius: 100%; display: inline-block; position: relative; margin: 0 auto; width: 28px; height: 28px; line-height: 30px; background: #f99; font-size: 14px; -webkit-transform: rotate(45deg); transform: rotate(45deg); }

.shop-cart-pg table.cart-table td.product-remove .remove:before, .shop-cart-pg table.cart-table td.product-remove .remove:after { content: ''; position: absolute; top: 50%; left: 50%; width: 12px; height: 2px; background-color: #fff; margin: -1px 0 0 -6px; }

.shop-cart-pg table.cart-table td.product-remove .remove:after { -webkit-transform: rotate(90deg); transform: rotate(90deg); }

.shop-cart-pg table.cart-table td.product-remove .remove:hover { background-color: #000; }

.shop-cart-pg table.cart-table img, .shop-cart-pg table.cart-tableimg, .shop-cart-pg table.cart-table img, .shop-cart-pg table.cart-table img { height: auto; }

.shop-cart-pg table.cart-table td.product-thumbnail { width: 72px; padding-left: 0; padding-right: 0; }

.shop-cart-pg table.cart-table td.product-thumbnail img { width: 72px; box-shadow: none; border: 3px solid #edefed; }

.shop-cart-pg table.cart-table td.product-name { font-weight: 700; clear: left; }

.shop-cart-pg table.cart-table td.product-name a { color: #000; text-decoration: none; }

.shop-cart-pg table.cart-table td.product-price { font-size: 14px; }

.shop-cart-pg table.cart-table td.product-quantity input.qty { width: 120px; border: 2px solid #d9d9d9; background-color: #fff; padding: 5px; height: 55px; text-align: center; }

.shop-cart-pg table.cart-table td.product-subtotal { font-size: 18px; }

.shop-cart-pg table.cart-table td.actions .coupon { float: left; margin-left: 40px; }

.shop-cart-pg table.cart-table td.actions .input-text { width: 200px; float: left; display: block; height: 38px; padding: 7px 14px; font-size: 14px; line-height: 1.6; color: #555; background-color: #efefef; background-image: none; border: 2px solid #dedede; border-radius: 0; box-shadow: none; -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; margin: 0 4px 0 0; }

.shop-cart-pg table.cart-table td.actions .coupon .button { font-weight: 600; font-size: 13px; padding: 14px 25px; white-space: initial; -webkit-transition: all .2s ease-out; transition: all .2s ease-out; border: 2px solid rgba(0, 0, 0, 0.5); letter-spacing: 1px; background-color: transparent; padding: 8px 18px; font-size: 12px; line-height: 1.5; border-radius: 0; color: rgba(0, 0, 0, 0.5); }

.shop-cart-pg table.cart-table td.actions .coupon .button:hover { color: #000; border-color: #000; }

.shop-cart-pg table.cart-table td.actions .update-cart { float: right; }

.shop-cart-pg table.cart-table td.actions .update-cart .btn-default { letter-spacing: 0; font-family: 'OpenSansRegular'; }

.shop-cart-pg table.cart-table td.actions .update-cart .btn-default[disabled]:hover { background-color: #000; color: #fff; }

.shop-cart-pg .cart-collaterals .cart-totals { padding: 70px 50px; background-color: #fafafa; background-color: #ffffff; }

.shop-cart-pg .cart-collaterals .cart-totals h2 { font-size: 24px; font-weight: 700; font-family: inherit; text-transform: uppercase; color: #000; margin-top: 0; }

.shop-cart-pg .cart-collaterals .cart-totals .shop-table { width: 100%; border: 0; border-radius: 0; }

.shop-cart-pg .cart-collaterals .cart-totals .shop-table th { text-transform: uppercase; font-weight: 600; width: 35%; padding: 10px; }

.shop-cart-pg .cart-collaterals .cart-totals .shop-table td { text-align: right; }

.shop-cart-pg .cart-collaterals .cart-totals table { border-collapse: separate; margin: 0 0 6px; padding: 0; }

.shop-cart-pg .cart-collaterals .cart-totals tr td, .shop-cart-pg .cart-collaterals .cart-totals tr th { border-top: 1px solid #ebe9eb; }

.shop-cart-pg .cart-collaterals .cart-totals tr.cart-subtotal th { border-top: none; }

.shop-cart-pg .cart-collaterals .cart-totals tr.cart-subtotal td { border-top: none; }

.shop-cart-pg .cart-collaterals .cart-totals .proceed-to-checkout { padding: 1em 0; }

.shop-cart-pg .cart-collaterals .cart-totals .proceed-to-checkout a.btn-default { background-color: #000; width: 100%; color: #fff; text-transform: uppercase; font-family: 'OpenSansBold'; font-size: 18px; line-height: 18px; text-align: center; padding: 1em; }

.shop-cart-pg .cart-collaterals .cart-totals .proceed-to-checkout a.btn-default:hover { background-color: #333; }

.shop-cart-pg .cart-collaterals .cart_totals tr td, .shop-cart-pg .cart-collaterals .cart_totals tr th { border-top: 1px solid #ebe9eb; vertical-align: top; border-left: 0; border-right: 0; line-height: 1.5em; }

/* newsletter validation */
.md__newsletter-message.has-error { background: #e63b42; }

.md__newsletter-message.is-valid { background: #3be679; }

.md__newsletter-message.has-error, .md__newsletter-message.is-valid { margin-top: 10px; color: #fff; padding: 10px 30px; line-height: 22px; border-radius: 3px; /* 768px - 991px */ }

@media (min-width: 768px) and (max-width: 991px) { .md__newsletter-message.has-error, .md__newsletter-message.is-valid { padding: 10px 10px; } }

/*==================================================================*/
/*============= Shop Cart Page End =============*/
/*==================================================================*/
/*==================================================================*/
/*============= Time Table Page Start =============*/
/*==================================================================*/
.time-table-pg { padding: 92px 0 0; }

.time-table-pg .section-title .col-sm-8 { width: 79.2%; }

.time-table-pg .section-title .col-sm-4 { width: 20.8%; }

.time-table-pg .section-title .selectric-wrapper .selectric-items { margin: 34px 0 0; }

.cd-schedule .container { position: relative; }

.timetable-appointment { padding: 100px 0; }

.cd-schedule .event-date { color: #000 !important; }

/*==================================================================*/
/*============= Time Table Page End =============*/
/*==================================================================*/
/*==================================================================*/
/*========== Inner Pages End ==========*/
/*==================================================================*/
/*==================================================================*/
/*========== Custome Classes Start ==========*/
/*==================================================================*/
/* Mobile Menu Start */
/* Mobile Menu End */
/*==================================================================*/
/*========== Custome Classes End ==========*/
/*==================================================================*/
/*///////////////////////////////////////////////////////////////////////// Responsive CSS Structure /////////////////////////////////////////////////////////////////////////*/
/*---------- Small Mobile , IPhone Start ----------*/
/*=== Screen Size = 240, 320, 360, 480, 568 ===*/
@media (min-width: 240px) and (max-width: 568px) { /* Home Page Start */
  .video-modal .modal-content iframe { height: 300px; }
  .parallax-window { height: 800px; }
  /* Home Page End */
  /* Modal Start */
  .login-modal .modal-dialog { width: auto; }
  /* Modal End */
  /* Service Page Start */
  .human-body-parts [class*=col-xs] { width: 100%; }
  .human-body-parts .body-parts-block { margin: 0 0 15px; }
  .appointment-form .form-group.date, .appointment-form .form-group.time { width: 100%; }
  /* Service Page End */
  /* Blog Page Start */
  .blog-lists .blog-post .blog-detail a { font-size: 20px; line-height: 25px; }
  .blog-lists .blog-post .blog-detail { padding: 30px 30px 90px; }
  .blog-lists .blog-post .blog-detail a.read-more { left: 50%; right: auto; top: auto; bottom: 0; transform: translate(-50%, 0); -webkit-transform: translate(-50%, 0); -moz-transform: translate(-50%, 0); -ms-transform: translate(-50%, 0); -o-transform: translate(-50%, 0); }
  .blog-lists .blog-post .blog-image .image > img { height: 250px; object-fit: cover; font-family: 'object-fit: cover'; }
  .blog-lists .blog-post .blog-image .emp-detail .emp-block .image { float: none; margin: 0 0 15px; }
  .blog-lists .blog-post .blog-image .emp-detail { text-align: center; }
  .blog-lists .blog-post .blog-image .emp-detail .emp-block > a { display: block; }
  .blog-lists .blog-post .blog-image .emp-detail .emp-block ul li { display: block; padding: 5px 0 0; }
  .blog-lists .blog-post .blog-image .emp-detail .emp-block ul li:after { display: none; }
  .blog-sidebar-widget .recent-posts .post-block [class*=col-] { width: 100%; }
  .blog-sidebar-widget .recent-posts .post-block a.image { margin: 0 0 15px; }
  /* Blog Page End */
  /* Doctor Page Start */
  .banner > img { height: 250px; object-fit: cover; font-family: 'object-fit: cover'; }
  .medlife-clinic-num [class*=col-] { width: 100%; }
  /* Doctor Page End */
  /* Shop Page Start */
  .shop-products-list [class*=col-xs] { min-height: auto; width: 100%; }
  .shop-pg .result-sorting .left-side { padding-bottom: 15px; }
  .shop-pg .result-sorting .left-side, .shop-pg .result-sorting .right-side { width: 100%; }
  .selectric { width: 100%; }
  .pagination > li > a, .pagination > li > span { padding: 5px 10px; }
  /* Shop Page End */ }

@media (min-width: 569px) and (max-width: 767px) { /* Home Page Start */
  .video-modal .modal-content iframe { height: 400px; }
  .parallax-window { min-height: 700px; }
  /* Home Page End */
  /* Service Page Start */
  .human-body-parts .body-parts-block { margin: 0 0 30px; }
  /* Service Page End */
  /* Blog Page Start */
  .blog-lists .blog-post .blog-detail a { font-size: 20px; line-height: 25px; }
  .blog-lists .blog-post .blog-detail { padding: 30px 100px 30px 30px; }
  .blog-lists .blog-post .blog-detail a.read-more { right: 20px; }
  /* Blog Page End */
  /* Doctor Page Start */
  .banner > img { height: 350px; object-fit: cover; font-family: 'object-fit: cover'; }
  /* Doctor Page End */
  /* Shop Page Start */
  .shop-products-list [class*=col-] { min-height: 520px; }
  .pagination > li > a, .pagination > li > span { padding: 8px 13px; }
  /* Shop Page End */
  /* Tabing Start */
  .nav-tabs-responsive > li { display: none; width: 23%; }
  .nav-tabs-responsive > li > a { max-width: 100%; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; word-wrap: normal; width: 100%; width: 100%; text-align: center; vertical-align: top; }
  .nav-tabs-responsive > li.active { width: 54%; }
  .nav-tabs-responsive > li.active:first-child { margin-left: 23%; }
  .nav-tabs-responsive > li.active, .nav-tabs-responsive > li.prev, .nav-tabs-responsive > li.next { display: block; }
  .nav-tabs-responsive > li.prev, .nav-tabs-responsive > li.next { -webkit-transform: scale(0.9); transform: scale(0.9); }
  .nav-tabs-responsive > li.next > a, .nav-tabs-responsive > li.prev > a { -webkit-transition: none; transition: none; }
  .nav-tabs-responsive > li.next > a .text, .nav-tabs-responsive > li.prev > a .text { display: none; }
  .nav-tabs-responsive > li.next > a:after, .nav-tabs-responsive > li.next > a:after, .nav-tabs-responsive > li.prev > a:after, .nav-tabs-responsive > li.prev > a:after { position: relative; top: 1px; display: inline-block; font-family: 'Glyphicons Halflings'; font-style: normal; font-weight: 400; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
  .nav-tabs-responsive > li.prev > a:after { content: "\e079"; }
  .nav-tabs-responsive > li.next > a:after { content: "\e080"; }
  .nav-tabs-responsive > li.dropdown > a > .caret { display: none; }
  .nav-tabs-responsive > li.dropdown > a:after { content: "\e114"; }
  .nav-tabs-responsive > li.dropdown.active > a:after { display: none; }
  .nav-tabs-responsive > li.dropdown.active > a > .caret { display: inline-block; }
  .nav-tabs-responsive > li.dropdown .dropdown-menu.pull-xs-left { left: 0; right: auto; }
  .nav-tabs-responsive > li.dropdown .dropdown-menu.pull-xs-center { right: auto; left: 50%; -moz-transform: translateX(-50%); -o-transform: translateX(-50%); -ms-transform: translateX(-50%); -webkit-transform: translateX(-50%); transform: translateX(-50%); }
  .nav-tabs-responsive > li.dropdown .dropdown-menu.pull-xs-right { left: auto; right: 0; }
  /* Tabing End */ }

@media (max-width: 767px) { .section-title h2 { font-size: 26px; line-height: 30px; }
  /* Header Start */
  .header { position: relative; left: auto; right: auto; top: auto; }
  .h-top, .h-bottom { background-color: #37a8ec; }
  .navbar-header { width: 100%; text-align: center; position: relative; z-index: 99; }
  .h-bottom .navbar .navbar-brand { float: left; width: 100%; text-align: center; }
  .h-bottom .navbar .navbar-brand img { float: none; margin: 0 auto; }
  .h-bottom .navbar .background { left: 0; width: 100%; }
  .h-bottom .cart-right { /*text-align: center; width: 100%;*/ margin: -50px 0 0; position: relative; display: inline-block; z-index: 999; }
  .h-bottom .cart-right .header-cart { padding-left: 15px; }
  .h-top .h-left { float: left; display: inline-block; width: 60%; }
  .h-history-policy { padding-right: 15px; }
  .h-history-policy ul { display: none; background-color: #fff; position: absolute; left: auto; right: 0; top: 100%; bottom: auto; min-width: 150px; z-index: 9999; }
  .h-history-policy ul.open { display: block; }
  .h-history-policy ul li:first-child, .h-history-policy ul li:last-child, .h-history-policy ul li { display: block; padding: 0; border: none; }
  .h-history-policy ul li a { display: block; padding: 10px; color: #000; }
  .h-login-register a { margin-top: 6px; }
  .navbar-toggle { float: left; }
  .navbar-default .navbar-toggle .icon-bar { background-color: #ffffff; }
  .navbar-default .navbar-toggle { border: none; border-radius: 0; -webkit-border-radius: 0; -moz-border-radius: 0; -ms-border-radius: 0; -o-border-radius: 0; }
  .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus { background-color: transparent; }
  /* Header End */
  /* Home Page Start */
  .tp-mask-wrap { margin-top: 0; }
  .emergency-services .emergency-detail .service-block h6 { font-size: 16px; line-height: 20px; margin: 0 0 10px; }
  .emergency-services .emergency-detail { padding: 0 15px 30px; }
  .emergency-services { padding: 0 15px; }
  .emergency-services .emergency-detail [class*=col-] { margin-top: 35px; }
  .emergency-services .emergency-detail .service-block .image-icon img { width: 50px; height: auto; }
  .emergency-services .emergency-detail .service-block { padding: 0; }
  .emergency-services .emergency-detail .service-block .image-icon { position: relative; left: auto; top: auto; padding: 0 0 10px; }
  .emergency-services .main-service-block { float: left; display: block; vertical-align: unset; }
  .who-we-are .section-title h3 { margin-top: 0; }
  .panel-heading .accordion-toggle { padding: 12px 35px 11px 20px; }
  .services-section .services-box { padding: 0 20px; }
  .services-section .services-box .grid-box-inner a .item-title .icon-wrp img { width: 45px; height: auto; }
  .who-we-are { padding: 30px 0; }
  .our-work-profile { padding: 30px 0; }
  .plastic-surgery .emergency-detail { padding: 35px 15px; }
  .medical-health-news { padding: 70px 0; }
  .map-address-location .right-side a.address-block .block-detail { margin-right: -50%; }
  .map-address-location iframe { height: 500px; }
  .our-work-profile .treatment-block h5 { font-size: 20px; line-height: 24px; }
  .services-section { margin: 0; }
  .services-section .services-box { width: 50%; }
  .our-health-mission [class*=col-] { min-height: auto; }
  .health-services .health-block h5 { font-size: 26px; line-height: 35px; }
  .health-services .health-block ul li { margin: 0 0 15px; }
  .health-services .health-block { padding: 0 0 30px; }
  .medical-health-news .medical-health-blocks .block-desc { padding: 20px 0 35px; }
  .who-we-are .our-health-mission .health-block { padding: 35px 0 0; }
  .section-title, .health-services .section-title { padding: 0 0 25px; }
  .services-section { margin: 0; }
  .services-section .services-box { width: 100%; }
  .who-we-are .our-health-mission .image img { height: auto; }
  .work-profile-tabing .tab-pane { padding: 25px; }
  .work-profile-tabing .nav-tabs > li.active > a, .work-profile-tabing .nav-tabs > li.active > a:hover, .work-profile-tabing .nav-tabs > li.active > a:focus { border-right: 1px solid #ddd; }
  .work-profile-tabing .tab-pane h4 { font-size: 25px; }
  /* Home Page End */
  /* Service Page Start */
  .content { padding: 0 0 40px; }
  .human-body-parts .body-parts-block { padding: 20px; }
  .human-body-parts .body-parts-block .icon { padding: 0 0 15px; }
  .human-body-parts .body-parts-block .icon i:before { font-size: 60px; }
  .appointment-form { padding: 30px 20px; }
  .appointment-form a.appointment-button { margin-top: 20px; }
  .service-detail-block .service-detail-partitions { padding: 0; }
  .service-detail-block { padding: 17px 20px 30px; }
  .banner .banner-desc { padding: 0 20px; }
  .banner h4 { font-size: 23px; line-height: 28px; }
  /* Service Page End */
  /* Blog Page Start */
  .blog-lists .blog-post .blog-image .emp-detail { padding: 0 20px 30px; }
  .blog-sidebar-widget .recent-posts .post-block img { height: 150px; }
  .blog-sidebar-widget .search-box .form-control { padding-right: 50px; }
  .blog-sidebar-widget .widget-detail ul li a { line-height: 20px; }
  .blog-sidebar-widget .widget-detail { padding: 0 0 25px; }
  /* Blog Page End */
  /* Blog Single Page Start */
  .blog-single-pg .blog-lists .blog-post .blog-detail { padding: 20px; }
  .blog-single-pg .blog-lists .blog-post .blog-detail h1 { font-size: 25px; line-height: 30px; margin: 0 0 25px; }
  .blog-single-pg .blog-lists .blog-post .blog-social-icons { padding: 0 0 20px; }
  .blog-single-pg .blog-lists .blog-post .blog-detail p { font-size: 14px; line-height: 20px; }
  /* Blog Single Page End */
  /* Doctor Page Start */
  .banner { overflow: hidden; }
  .clinic-staff-carousel .slick-prev { left: -10px; }
  .clinic-staff-carousel .slick-next { right: -10px; }
  .clinic-staff-carousel .slick-slide { margin: 0 20px; }
  .doctor-clinic-staff { padding: 40px 0; }
  .nurse-practice { padding: 40px 0; }
  .medlife-clinic-num .counter { font-size: 26px; line-height: 30px; }
  .inner-banner h1 { font-size: 40px; line-height: 45px; margin: 0 0 10px; }
  .phisician-md .phisician-right .silver-squar { /*margin-top: -320px; min-height: 425px; margin-left: -120px;*/ display: none; }
  .phisician-md .phisician-right { padding-top: 0; margin: 0; }
  .phisician-md .phisician-right .join-our-team { padding-top: 0px; }
  .phisician-md .phisician-left { margin: 40px 0 0; padding: 0 30px 0 0; }
  .phisician-md { padding: 0 0 35px; }
  .scroll-to-section { margin-top: -32px; }
  .scroll-to-section a { height: 45px; width: 45px; font-size: 30px; line-height: 30px; }
  .phisician-md { margin: 0; }
  .medlife-clinic-num h6 { margin: 10px 0 0; }
  .nurse-practice [class*=col-] { margin-bottom: 15px; }
  .medlife-clinic-num img { width: 60px; }
  .phisician-md .phisician-left h5 { font-size: 22px; line-height: 28px; margin: 0 0 15px; }
  .medlife-clinic-num .medlife-clinic-block { padding: 0 0 20px; }
  .nurse-practice .nurse-detail { padding: 20px; }
  .medlife-clinic-num h6 { font-size: 14px; line-height: 18px; }
  .nurse-practice .nurse-detail p { line-height: 25px; }
  .phisician-md .phisician-right .join-our-team { text-align: center; }
  /* Doctor Page End */
  /* Shop Page Start */
  .shop-pg .section-title { padding-bottom: 20px; margin-bottom: 20px; }
  .shop-pg .section-title h1 { font-size: 28px; line-height: 33px; }
  .shop-products-list .product-block a .product-detail h6 { margin: 0 0 15px; }
  .shop-products-list .product-block a .product-detail { padding: 15px 15px 60px; }
  .pagination > li:first-child a, .pagination > li:first-child span { margin-right: 25px; }
  .pagination > li:last-child a, .pagination > li:last-child span { margin-left: 25px; }
  /* Shop Page End */
  /* Shop Product Page Start */
  .shop-product-pg .product-items-detail .right-side { padding: 25px; }
  .shop-product-pg .product-items-detail .product-use { padding: 20px 0; }
  .shop-product-pg .product-related-desc .description, .shop-product-pg .related-products { padding: 40px 0; }
  .shop-products-list .product-block a .product-detail { padding: 25px 20px 60px; }
  .shop-product-pg .product-items-detail h4 { font-size: 25px; line-height: 30px; }
  /* Shop Product Page End */
  /* Shop Cart Page Start */
  .shop-cart-pg .cart-collaterals .cart-totals { padding: 20px; }
  .shop-cart-pg .cart-collaterals .cart-totals .proceed-to-checkout a.btn-default { font-size: 12px; line-height: 12px; }
  .shop-cart-pg .cart-error-msg { text-align: center; }
  .shop-cart-pg .return-shop-btn { text-align: center; }
  /* Shop Cart Page End */
  /* Contact Page Start */
  .blog-sidebar-widget .widget-title { padding: 0 0 15px; }
  .contact-pg .banner .banner-desc { padding: 0; }
  .contact-pg .sidebar-widget { margin-top: 20px; }
  .contact-pg .content-desc .appointment-form { padding: 20px 15px; }
  .contact-pg .content-desc { margin: 0; }
  .appointment-form p { margin: 0 0 20px; }
  .contact-pg .banner .banner-desc h1 { font-size: 28px; line-height: 35px; }
  .appointment-form .form-group label { position: relative; left: auto; top: auto; transform: none; -webkit-transform: none; -moz-transform: none; -ms-transform: none; -o-transform: none; z-index: 0; }
  .form-group.is-val label { top: auto; }
  .appointment-form .form-control { height: 30px; padding: 10px; }
  /* Contact Page End */
  /* Time Table Page Start */
  .time-table-pg .section-title [class*=col-] { width: auto; }
  .timetable-appointment { padding: 30px 0; }
  /* Time Table Page End */
  /* Footer Start */
  .footer { padding: 30px 0; }
  .footer .f-top { padding: 0; }
  .footer .f-widget h6 { margin: 0 0 20px; }
  .footer .f-widget ul li, .footer .f-widget ul li a { line-height: 30px; }
  .footer .f-widget [class*=col-] { padding-bottom: 30px; }
  .footer .f-widget .pages-block [class*=col-] { padding-bottom: 0; }
  /* Footer End */
  .breadcrumb-title .breadcrumb-right h5 { text-align: left; }
  .breadcrumb-title { padding: 15px 0; } }

@media (min-width: 768px) and (max-width: 991px) { /* Header Start */
  .h-bottom .navbar .navbar-brand { float: none; display: inline-block; }
  .h-top .h-left { float: left; display: inline-block; }
  .h-history-policy { padding-right: 15px; }
  .h-history-policy ul { display: none; background-color: #000; position: absolute; left: auto; right: 0; top: 22px; bottom: auto; min-width: 150px; z-index: 999; }
  .h-history-policy ul.open { display: block; }
  .h-history-policy ul li:first-child, .h-history-policy ul li:last-child, .h-history-policy ul li { display: block; padding: 0; border: none; }
  .h-history-policy ul li a { display: block; padding: 10px; }
  .h-bottom .navbar .background { left: 0; }
  .navbar-header { position: relative; z-index: 9; float: none; text-align: center; }
  .h-bottom .navbar .navbar-collapse { padding-left: 15px; width: 100%; text-align: center; }
  .navbar-nav { float: none; }
  .navbar-nav > li { float: none; display: inline-block; }
  .h-bottom { background-color: #37a8ec; }
  .h-bottom .cart-right { float: none; text-align: center; }
  /* Header End */
  /* Rev Slider Start */
  .main-slider { margin-top: 206px; }
  /* Rev Slider End */
  /* Home Page Start */
  .tp-mask-wrap { margin-top: 0; }
  .emergency-services .emergency-detail .service-block h6 { font-size: 16px; line-height: 20px; margin: 0 0 10px; }
  .emergency-services .emergency-detail { padding: 0 30px; }
  .emergency-services .emergency-detail [class*=col-] { margin-top: 35px; }
  .emergency-services .emergency-detail .service-block .image-icon img { width: 50px; height: auto; }
  .emergency-services .emergency-detail .service-block { padding-left: 65px; }
  .emergency-services .main-service-block { float: left; width: 100%; display: block; vertical-align: unset; }
  .who-we-are .section-title h3 { margin-top: 0; }
  .panel-heading .accordion-toggle { padding: 12px 35px 11px 20px; }
  .services-section .services-box { padding: 0 20px; }
  .services-section .services-box .grid-box-inner a .item-title .icon-wrp img { width: 45px; height: auto; }
  .who-we-are { padding: 50px 0; }
  .our-work-profile { padding: 50px 0; }
  .plastic-surgery .emergency-detail { padding: 35px 15px; }
  .medical-health-news { padding: 70px 0; }
  .map-address-location .right-side a.address-block .block-detail { margin-right: -50%; }
  .map-address-location .right-side a.address-block { height: 250px; }
  .map-address-location iframe { height: 500px; }
  .our-work-profile .treatment-block h5 { font-size: 20px; line-height: 24px; }
  .services-section { margin: 0; }
  .services-section .services-box { width: 50%; }
  .our-health-mission [class*=col-] { min-height: 333px; }
  .health-services .health-block h5 { line-height: 42px; }
  .health-services .health-block ul li { margin: 0 0 15px; }
  .health-services .health-block { padding: 0 0 30px; }
  .medical-health-news .medical-health-blocks .block-desc { padding: 20px 0 35px; }
  .our-treatment [class*=col-] { min-height: 210px; }
  .emergency-services .emergency-detail [class*=col-]:nth-last-child(2) .service-block, .emergency-services .emergency-detail [class*=col-]:last-child .service-block { padding-bottom: 35px; }
  .services-section { margin: 0; }
  /* Home Page End */
  /* Service Page Start */
  .content .content-desc { padding-bottom: 30px; }
  .human-body-parts .body-parts-block { margin: 0 0 30px; }
  .service-detail-block .service-detail-partitions { padding: 0; }
  .service-detail-block { padding: 17px 40px 40px; }
  /* Service Page End */
  /* Blog Page Start */
  .blog-lists .blog-post .blog-detail { padding-left: 45px; }
  .blog-lists .blog-post .blog-image .emp-detail { padding: 0 30px 30px; }
  .blog-sidebar-widget .recent-posts .post-block img { height: 150px; }
  .blog-sidebar-widget .search-box .form-control { padding-right: 50px; }
  .blog-sidebar-widget .widget-detail ul li a { line-height: 20px; }
  .blog-sidebar-widget .widget-detail { padding: 0 0 25px; }
  /* Blog Page End */
  /* Blog Single Page Start */
  .blog-single-pg .blog-lists .blog-post .blog-detail { padding: 40px; }
  .blog-single-pg .blog-lists .blog-post .blog-detail h1 { font-size: 30px; line-height: 35px; }
  .blog-single-pg .blog-lists .blog-post .blog-social-icons { padding: 10px 0 30px; }
  /* Blog Single Page End */
  /* Doctor Page Start */
  .banner { overflow: hidden; }
  .clinic-staff-carousel .slick-prev { left: -15px; }
  .clinic-staff-carousel .slick-next { right: -15px; }
  .clinic-staff-carousel .slick-slide { margin: 0 20px; }
  .doctor-clinic-staff { padding: 60px 0; }
  .nurse-practice { padding: 60px 0; }
  .medlife-clinic-num .counter { font-size: 40px; line-height: 40px; }
  .inner-banner h1 { font-size: 60px; line-height: 60px; margin: 0 0 20px; }
  .phisician-md .phisician-right .silver-squar { margin-top: -320px; min-height: 425px; margin-left: -120px; }
  .phisician-md .phisician-right .join-our-team { padding-top: 45px; }
  .phisician-md .phisician-left { margin: 40px 0 0; padding: 0 30px 0 0; }
  .phisician-md { padding: 35px 0 100px; }
  .scroll-to-section { margin-top: -32px; }
  .scroll-to-section a { height: 60px; width: 60px; }
  .phisician-md { margin: 0; }
  .medlife-clinic-num h6 { margin: 20px 0 0; }
  .nurse-practice [class*=col-] { margin-bottom: 15px; }
  .medlife-clinic-num img { width: 60px; }
  .phisician-md .phisician-left h5 { line-height: 28px; }
  /* Doctor Page End */
  /* Shop Page Start */
  .shop-pg .section-title { padding-bottom: 20px; margin-bottom: 20px; }
  .shop-pg .section-title h1 { font-size: 32px; line-height: 32px; }
  .shop-products-list [class*=col-] { min-height: 610px; }
  .shop-products-list .product-block a .product-detail h6 { margin: 0 0 15px; }
  .shop-products-list .product-block a .product-detail { padding: 20px 30px 60px; }
  /* Shop Page End */
  /* Shop Product Page Start */
  .shop-product-pg .product-items-detail .right-side { padding-top: 25px; padding-left: 30px; }
  .shop-product-pg .product-items-detail .product-use { padding: 20px 0; }
  .shop-product-pg .product-related-desc .description, .shop-product-pg .related-products { padding: 60px 0; }
  .shop-products-list .product-block a .product-detail { padding: 25px 20px 60px; }
  .shop-product-pg .shop-products-list [class*=col-] { min-height: 580px; }
  /* Shop Product Page End */
  /* Contact Page Start */
  .contact-pg .banner .banner-desc { padding: 0; }
  .content { padding: 200px 0 40px; }
  .contact-pg .sidebar-widget { margin-top: 20px; }
  .contact-pg .content-desc .appointment-form { padding: 40px; }
  .contact-pg .content-desc { margin: 0; padding-bottom: 0; }
  /* Contact Page End */
  /* Time Table Page Start */
  .time-table-pg { padding: 258px 0 40px; }
  .timetable-appointment { padding: 50px 0; }
  /* Time Table Page End */
  /* Footer Start */
  .footer { padding: 50px 0; }
  .footer .f-top { padding: 0; }
  .footer .f-widget h6 { margin: 0 0 20px; }
  .footer .f-widget ul li, .footer .f-widget ul li a { line-height: 30px; }
  .footer .f-widget [class*=col-] { padding-bottom: 30px; }
  .footer .f-widget .pages-block [class*=col-] { padding-bottom: 0; }
  /* Footer End */ }

@media (min-width: 795px) and (max-width: 991px) { /* Home Page Start */
  .tp-mask-wrap { margin-top: 165px; }
  .services-section { margin: -16px 0 0; }
  /* Home Page End */ }

@media (max-width: 991px) { .navbar-nav > li.active a:before, .navbar-nav > li:hover a:before { display: none !important; }
  .navbar-nav > li a:before { display: none !important; } }

@media (min-width: 992px) { .navbar-collapse { padding-left: 0; padding-right: 0; }
  .navbar-default ul.nav li.dropdown:hover > ul.dropdown-menu { display: block; } }

@media (min-width: 992px) and (max-width: 1199px) { /* Header Start */
  .h-top .h-left { float: left; display: inline-block; }
  .h-history-policy { padding-right: 15px; }
  .h-history-policy ul { display: none; background-color: #000; position: absolute; left: auto; right: 0; top: 22px; bottom: auto; min-width: 150px; z-index: 999; }
  .h-history-policy ul.open { display: block; }
  .h-history-policy ul li:first-child, .h-history-policy ul li:last-child, .h-history-policy ul li { display: block; padding: 0; border: none; }
  .h-history-policy ul li a { display: block; padding: 10px; }
  /* Header End */
  /* Home Page Start */
  .tp-mask-wrap { margin-top: 92px; }
  .emergency-services .emergency-detail .service-block h6 { font-size: 16px; line-height: 20px; margin: 0 0 10px; }
  .emergency-services .emergency-detail { padding: 0 30px; }
  .emergency-services .emergency-detail [class*=col-] { margin-top: 35px; }
  .emergency-services .emergency-detail .service-block .image-icon img { width: 50px; height: auto; }
  .emergency-services .emergency-detail .service-block { padding-left: 65px; }
  .emergency-services .main-service-block { float: left; display: block; vertical-align: unset; }
  .who-we-are .section-title h3 { margin-top: 0; }
  .panel-heading .accordion-toggle { padding: 12px 35px 11px 20px; }
  .services-section .services-box { padding: 0 20px; }
  .services-section .services-box .grid-box-inner a .item-title .icon-wrp img { width: 45px; height: auto; }
  .who-we-are { padding: 50px 0; }
  .our-work-profile { padding: 70px 0; }
  .plastic-surgery .emergency-detail { padding: 35px 15px; }
  .medical-health-news { padding: 100px 0; }
  .map-address-location .right-side a.address-block .block-detail { margin-right: -50%; }
  .map-address-location .right-side a.address-block { height: 280px; }
  .map-address-location iframe { height: 560px; }
  .our-work-profile .treatment-block h5 { font-size: 20px; line-height: 24px; }
  .emergency-services .emergency-detail [class*=col-]:nth-last-child(2) .service-block, .emergency-services .emergency-detail [class*=col-]:last-child .service-block { padding-bottom: 35px; }
  .services-section { margin: -88px 0 0 0; }
  /* Home Page End */
  /* Service Page Start */
  .content { padding: 149px 0 40px; }
  .service-detail-block { padding: 17px 40px 40px; }
  /* Service Page End */
  /* Blog Page Start */
  .blog-lists .blog-post .blog-detail { padding-left: 45px; }
  .blog-lists .blog-post .blog-image .emp-detail { padding: 0 30px 30px; }
  /* Blog Page End */
  /* Blog Single Page Start */
  .blog-single-pg .blog-lists .blog-post .blog-detail { padding: 40px; }
  .blog-single-pg .blog-lists .blog-post .blog-detail h1 { font-size: 30px; line-height: 35px; }
  .blog-single-pg .blog-lists .blog-post .blog-social-icons { padding: 20px 0 40px; }
  /* Blog Single Page End */
  /* Doctor Page Start */
  .banner { overflow: hidden; }
  .clinic-staff-carousel .slick-prev { left: -15px; }
  .clinic-staff-carousel .slick-next { right: -15px; }
  .clinic-staff-carousel .slick-slide { margin: 0 20px; }
  .doctor-clinic-staff { padding: 60px 0; }
  .nurse-practice { padding: 60px 0; }
  .medlife-clinic-num .counter { font-size: 45px; line-height: 45px; }
  .inner-banner h1 { font-size: 65px; line-height: 65px; margin: 0 0 20px; }
  .phisician-md .phisician-right .silver-squar { margin-top: -415px; min-height: 475px; }
  .phisician-md .phisician-right .join-our-team { padding-top: 45px; }
  /* Doctor Page End */
  /* Shop Page Start */
  .shop-products-list [class*=col-] { min-height: 590px; }
  .shop-products-list .product-block a .product-detail h6 { margin: 0 0 20px; }
  /* Shop Page End */
  /* Shop Product Page Start */
  .shop-product-pg .product-items-detail .right-side { padding-top: 25px; padding-left: 30px; }
  .shop-product-pg .product-items-detail .product-use { padding: 20px 0; }
  .shop-product-pg .product-related-desc .description, .shop-product-pg .related-products { padding: 60px 0; }
  .shop-products-list .product-block a .product-detail { padding: 25px 20px 60px; }
  .shop-product-pg .shop-products-list [class*=col-] { min-height: 500px; }
  /* Shop Product Page End */
  /* Contact Page Start */
  .contact-pg .banner .banner-desc { padding: 0 5px; }
  .contact-pg .sidebar-widget { margin-top: -125px; }
  /* Contact Page End */
  /* Time Table Page Start */
  .time-table-pg { padding: 209px 0 0; }
  .timetable-appointment { padding: 60px 0; }
  /* Time Table Page End */
  /* Footer Start */
  .footer { padding: 70px 0; }
  /* Footer End */ }

@media (min-width: 1200px) and (max-width: 1239px) { .container { width: 1170px; }
  /* Home Page Start */
  .tp-mask-wrap { margin-top: 29px; }
  .emergency-services .emergency-detail .service-block h6 { font-size: 16px; line-height: 20px; margin: 0 0 10px; }
  .emergency-services .emergency-detail { padding: 0 30px; }
  .emergency-services .emergency-detail [class*=col-] { min-height: 178px; }
  .emergency-services .emergency-detail .service-block .image-icon img { width: 50px; height: auto; }
  .emergency-services .emergency-detail .service-block { padding-left: 65px; }
  .services-section { margin: -152px 0 0 0; }
  /* Home Page End */
  /* Doctor Page Start */
  .clinic-staff-carousel .slick-prev { left: -15px; }
  .clinic-staff-carousel .slick-next { right: -15px; }
  .clinic-staff-carousel .slick-slide { margin: 0 20px; }
  .banner { overflow: hidden; }
  .phisician-md .phisician-left { margin: 125px 0 0; }
  /* Doctor Page End */
  /* Contact Page Start */
  .contact-pg .banner .banner-desc { padding: 0 10px; }
  /* Contact Page End */
  /* Timetable Page Start */
  .timetable-appointment { padding: 80px 0; }
  /* Timetable Page End */ }

@media (min-width: 1240px) and (max-width: 1299px) { /* Home Page Start */
  .tp-mask-wrap { margin-top: 14px; }
  .emergency-services .emergency-detail .service-block h6 { font-size: 16px; line-height: 20px; margin: 0 0 10px; }
  .emergency-services .emergency-detail { padding: 0 30px; }
  .emergency-services .emergency-detail [class*=col-] { min-height: 178px; }
  .emergency-services .emergency-detail .service-block .image-icon img { width: 50px; height: auto; }
  .emergency-services .emergency-detail .service-block { padding-left: 65px; }
  .services-section { margin: -165px 0 0 0; }
  /* Home Page End */
  /* Doctor Page Start */
  .clinic-staff-carousel .slick-prev { left: -15px; }
  .clinic-staff-carousel .slick-next { right: -15px; }
  .clinic-staff-carousel .slick-slide { margin: 0 20px; }
  .banner { overflow: hidden; }
  .phisician-md .phisician-left { margin: 125px 0 0; }
  /* Doctor Page End */
  /* Contact Page Start */
  .contact-pg .banner .banner-desc { padding: 0 10px; }
  /* Contact Page End */ }

@media (min-width: 1300px) and (max-width: 1399px) { /* Home Page Start */
  .emergency-services .emergency-detail .service-block h6 { font-size: 16px; line-height: 20px; margin: 0 0 10px; }
  .emergency-services .emergency-detail { padding: 0 50px; }
  .emergency-services .emergency-detail [class*=col-] { min-height: 178px; }
  .tp-mask-wrap { margin-top: 7px; }
  .services-section { margin: -172px 0 0 0; }
  /* Home Page End */ }

@media (min-width: 1400px) and (max-width: 1499px) { /* Home Page Start */
  .emergency-services .emergency-detail .service-block h6 { font-size: 16px; line-height: 20px; margin: 0 0 10px; }
  .emergency-services .emergency-detail { padding: 0 50px; }
  .tp-mask-wrap { margin-top: 7px; }
  .services-section { margin: -172px 0 0 0; }
  /* Home Page End */ }

@media (min-width: 1500px) and (max-width: 1599px) { /* Home Page Start */
  .emergency-services .emergency-detail .service-block h6 { font-size: 16px; line-height: 20px; margin: 0 0 10px; }
  .emergency-services .emergency-detail { padding: 0 75px; }
  .tp-mask-wrap { margin-top: 7px; }
  .services-section { margin: -172px 0 0 0; }
  /* Home Page End */ }

@media (min-width: 1600px) and (max-width: 1699px) { /* Home Page Start */
  .emergency-services .emergency-detail .service-block h6 { font-size: 16px; line-height: 20px; margin: 0 0 10px; }
  .emergency-services .emergency-detail { padding: 0 100px; }
  .tp-mask-wrap { margin-top: 7px; }
  .services-section { margin: -172px 0 0 0; }
  /* Home Page End */ }

@media (min-width: 1700px) and (max-width: 1760px) { /* Home Page Start */
  .emergency-services .emergency-detail .service-block h6 { font-size: 16px; line-height: 20px; margin: 0 0 10px; }
  .services-section { margin: -172px 0 0 0; }
  /* Home Page End */ }

@media (min-width: 1700px) and (max-width: 1799px) { /* Home Page Start */
  .tp-mask-wrap { margin-top: 7px; }
  .services-section { margin: -172px 0 0 0; }
  /* Home Page End */ }

@media (min-width: 1800px) and (max-width: 1919px) { /* Home Page Start */
  .tp-mask-wrap { margin-top: 7px; }
  .services-section { margin: -172px 0 0 0; }
  /* Home Page End */ }

/*---------- Large Desktop , Large Screen End ----------*/

/*# sourceMappingURL=source-maps/style.css.map */
