REDROOM
PHP 8.2.31
Path:
Logout
Edit File
Size: 65.18 KB
Close
/home/nshryvcy/radiantskinclinics.org/wp-content/themes/medizco/assets/css/master.css
Text
Base64
@charset "UTF-8"; /* responsive mixins */ /* Table of Content ================================================== 1. Typography 2. Global Styles (body, link color, gap, ul, section-title, overlay etc) 3. Utilities 4. Overrides 5. Preloader 6. Header Area 7. Info Box 8. Tel Number 9. Testimonials 10. Portfolio Box 11. Inline Form 12. Quote Slider 13. Video Popup 14. Service Box 15. Video Button 16. Infographic 17. Achievements 18. Team 19. Doctors 20. Doctor Box 21. Doctor Info 22. Doctor Social 23. Services 24. Price List 25. Biography 26. Pricing 27. Timetable 28. Contact Form 29. Copyright 30. Messenger Button 31. Back To Top */ /* Typography ================================================== */ body { font-family: "Roboto", sans-serif; line-height: 26px; font-size: 15px; color: #666666; font-weight: 400 !important; word-break: break-word; -webkit-font-smoothing: antialiased; } h1, h2, h3, h4, h5, h6 { color: #222222; font-family: "Exo", sans-serif; } h1, h2 { font-family: "Exo", sans-serif; } h1 { font-size: 36px; line-height: 36px; font-weight: 700; } h2 { font-size: 30px; line-height: 36px; font-weight: 700; } h3 { font-size: 24px; margin-bottom: 20px; font-weight: 700; } h4 { font-size: 18px; line-height: 28px; font-weight: 700; } h5 { font-size: 16px; line-height: 24px; font-weight: 600; } h6 { font-size: 14px; line-height: 24px; font-weight: 600; } /* Global styles ================================================== */ body { border: 0; margin: 0; padding: 0; } ul { margin: 0; } iframe { border: none; } a:link, a:visited { text-decoration: none; } a { color: #1cba9f; -webkit-transition: all 0.4s ease; -o-transition: all 0.4s ease; transition: all 0.4s ease; } a:hover { text-decoration: none; color: #1cba9f; } a.read-more { color: #1cba9f; font-weight: 700; } a.read-more:hover { color: #222222; } .body-color { background: #161362; color: #fff; } a:focus { outline: 0; } img.pull-left { margin-right: 20px; margin-bottom: 20px; } img.pull-right { margin-left: 20px; margin-bottom: 20px; } button:focus { outline: 0; } abbr[data-original-title], abbr[title] { border-bottom: 1px dotted; text-decoration: none; } .unstyled { list-style: none; margin: 0; padding: 0; } .dropcap { font-size: 48px; line-height: 60px; padding: 0 7px; float: left; font-weight: 700; margin: 5px 15px 5px 0; position: relative; text-transform: uppercase; } .slick-dots > li > button:before { display: none; } /** Buttons **/ .btn { font-size: 14px; font-weight: 700; color: #fff; text-transform: uppercase; background: #1cba9f; height: 45px; padding: 3px 35px 0; line-height: 42px; border-radius: 0px; -webkit-transition: all 0.4s ease; -o-transition: all 0.4s ease; transition: all 0.4s ease; outline: none; text-decoration: none; cursor: pointer; border: none; } .btn:focus { outline: none; } .btn:hover { color: #1cba9f; background: #fff; -webkit-box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.15); box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.15); } .btn.fill { background: transparent; padding: 0 25px; color: #fff; margin-left: 20px; border: 2px solid #fff; } .btn.fill:hover { background: #1cba9f; border-color: #1cba9f; } .btn.btn-round { border-radius: 36px; } .btn-link { font-size: 13px; font-weight: 700; color: #1cba9f; text-decoration: none !important; } .btn-link i { margin-left: 6px; position: relative; top: 2px; } .btn-link:hover { color: #1cba9f; } .btn-white { background: #fff; color: #2c2c2c; -webkit-box-shadow: none; box-shadow: none; } .solid-bg-two { background: #f2f2f2; } .btn-primary.focus, .btn-primary:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-primary.dropdown-toggle:focus { -webkit-box-shadow: none; box-shadow: none; } /** Form Controls **/ .mf-input-select { cursor: pointer; } .mf-input-select > option { color: #222222; } .mf-input.flatpickr-input::-webkit-input-placeholder { color: #666; } .mf-input.flatpickr-input::-moz-placeholder { color: #666; } .mf-input.flatpickr-input:-ms-input-placeholder { color: #666; } .mf-input.flatpickr-input:-moz-placeholder { color: #666; } /** Title **/ .title-bg-small { font-size: 14px; font-weight: 700; line-height: 24px; margin-bottom: 15px; color: #fff; background: #101010; display: inline-block; padding: 3px 18px; text-transform: uppercase; } .section-title, .column-title { font-size: 36px; font-weight: 300; color: #101010; position: relative; } .section-title span, .column-title span { font-weight: 700; } .section-title:after, .column-title:after { position: absolute; left: 0; height: 1px; width: 40px; background: #ff5d34; content: ""; bottom: -26%; display: none; } .section-title.title-center:after, .column-title.title-center:after { margin: auto; left: 0; right: 0; } .section-title.title-right:after, .column-title.title-right:after { margin: auto; left: auto; right: 0; } .title-small { font-size: 30px; font-weight: 700; } .xs-title { font-size: 24px; font-weight: 600; } /** Overlay **/ .overlay { position: relative; z-index: 1; } .overlay:before { position: absolute; left: 0; top: 0; width: 100%; height: 100%; content: ""; background: rgba(0, 0, 0, 0.68); z-index: -1; } .overlay-two::before { background: rgba(1, 14, 42, 0.6); } .main-container { padding: 80px 0; } .main-container.blog, .main-container.blog-single { padding-top: 110px; padding-bottom: 70px; } @-webkit-keyframes slideInUp { from { -webkit-transform: translate3d(0, 100%, 0); transform: translate3d(0, 100%, 0); visibility: visible; } to { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } } @keyframes slideInUp { from { -webkit-transform: translate3d(0, 100%, 0); transform: translate3d(0, 100%, 0); visibility: visible; } to { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } } /* Utilities ================================================== */ /** Container **/ .container { padding-left: 10px; padding-right: 10px; } @media (max-width: 1199px) { .container { max-width: 1140px; } } .container > .row { margin-left: -10px; margin-right: -10px; } .container > .row > [class*=col] { padding-left: 10px; padding-right: 10px; } /** Overflow **/ .ov-h { overflow: hidden !important; } /** Elementor Text Align **/ @media (min-width: 1025px) { .el-d-text-right { text-align: right; } } /** Elementor Horizontal Align **/ .elementor-columns-center > .elementor-container > .elementor-row { -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; } /** Reverse Column **/ @media (max-width: 1024px) { .tab_column_reverse .elementor-widget-wrap { -webkit-box-orient: vertical; -webkit-box-direction: reverse; -ms-flex-direction: column-reverse; flex-direction: column-reverse; } } /** Rest Margin **/ .reset_p p:last-child { margin-bottom: 0; } /** Link **/ .link_color_inherit a:not(:hover) { color: inherit; } /* Overrides ================================================== */ /** ElementsKit Button **/ .ekit-wid-con a.elementskit-btn:before { left: -1px; right: -1px; width: auto; } /** Header Off-Canvas Widget **/ .ekit-wid-con > .ekit-sidebar-group > div.ekit-overlay { z-index: 99999; } .ekit-wid-con div.ekit-sidebar-widget { background-color: #272727; } .ekit-wid-con div.ekit-sidebar-widget .ekit_close-side-widget { color: #fff; font-size: 24px; } .ekit-wid-con div.ekit-sidebar-widget .ekit_sidebar-textwidget { padding-top: 40px; } /** Blog Posts Widget **/ .elementor-widget-elementskit-blog-posts > .elementor-widget-container { padding-left: 10px; padding-right: 10px; } .elementor-widget-elementskit-blog-posts > .elementor-widget-container > .ekit-wid-con > .row { margin-left: -10px; margin-right: -10px; } .elementor-widget-elementskit-blog-posts > .elementor-widget-container > .ekit-wid-con > .row > [class*=col-] { padding-left: 10px; padding-right: 10px; } /** Search Widget **/ .ekit-promo-popup.mfp-bg, .ekit-promo-popup.mfp-wrap { z-index: 99999; } /** Lightbox **/ .dialog-lightbox-widget-content { left: 0 !important; width: 100%; } /** Icon Box **/ .icon_box_3 .ekit-wid-con .elementskit-infobox .elementskit-box-header { position: absolute; top: -8px; left: 0; right: 0; } .icon_box_3 .ekit-wid-con .elementskit-infobox:hover i.icon { color: #fff !important; } @media (min-width: 1025px) { .icon_box_3:first-child .ekit-wid-con .elementskit-infobox.hover_from_top:before { top: auto; bottom: -100%; } .icon_box_3:first-child .ekit-wid-con .elementskit-infobox.hover_from_top:hover:before { top: auto; bottom: 0; } .icon_box_3:first-child .ekit-wid-con .elementskit-infobox .elementskit-box-header { top: auto; bottom: -8px; -webkit-transform: rotate(180deg); -ms-transform: rotate(180deg); transform: rotate(180deg); } } /** Text Widget **/ .elementor-widget-text-editor.short_desc p { margin-bottom: 32px; } /* Preloader ================================================== */ .medizco-preloder { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; position: fixed; top: 0; left: 0; right: 0; bottom: 0; background-color: #fff; z-index: 9999999; } /* Header Area ================================================== */ .header .navbar { border-bottom: 1px solid #4d4542; padding: 0; } .header .navbar-brand { padding: 0; } .header ul.navbar-nav { float: left; } .header ul.navbar-nav > li { float: none; display: inline-block; } .header ul.navbar-nav > li:last-child { padding-right: 0; } .header ul.navbar-nav > li:last-child:after { background: none; } .header ul.navbar-nav > li > a { color: #fff; text-rendering: optimizeLegibility; display: block; font-size: 16px; margin: 0; text-transform: uppercase; position: relative; font-weight: 500; -webkit-transition: 350ms; -o-transition: 350ms; transition: 350ms; margin-left: 20px; line-height: 78px; padding: 4px 0; } .header ul.navbar-nav > li > a:hover, .header ul.navbar-nav > li > a.active, .header ul.navbar-nav > li > a:focus { color: #1cba9f !important; } .header ul.navbar-nav > li > a:before { content: ""; position: absolute; left: 0; right: 0; bottom: 0; opacity: 0; border-bottom: 3px solid transparent; -webkit-transform: scale(0) translateZ(0); transform: scale(0) translateZ(0); -webkit-transition: opacity 0.55s ease, -webkit-transform 0.45s ease; transition: opacity 0.55s ease, -webkit-transform 0.45s ease; -o-transition: transform 0.45s ease, opacity 0.55s ease; transition: transform 0.45s ease, opacity 0.55s ease; transition: transform 0.45s ease, opacity 0.55s ease, -webkit-transform 0.45s ease; } .header ul.navbar-nav > li > a:hover, .header ul.navbar-nav > li > a:focus { background: none; } .header ul.navbar-nav > li > a i { font-weight: 700; margin-left: 3px; } .header ul.navbar-nav > li:hover > a:before, .header ul.navbar-nav > li.active > a:before { border-color: #1cba9f; opacity: 1; -webkit-transform: scale(1) translateZ(0); transform: scale(1) translateZ(0); } .header ul.navbar-nav li .dropdown-menu { min-width: 230px; margin: 0 20px; padding: 0; border: 3px solid #1cba9f; border-radius: 0; -webkit-box-shadow: 0 10px 30px 0 rgba(45, 45, 45, 0.2); box-shadow: 0 10px 30px 0 rgba(45, 45, 45, 0.2); } .header ul.navbar-nav li .dropdown-menu li:not(:last-child) { border-bottom: 1px solid #f9f9f9; } .header ul.navbar-nav li .dropdown-menu li a { padding: 12px 20px 12px 20px; font-size: 15px; display: block; color: #222; text-transform: uppercase; font-weight: 500; } .header ul.navbar-nav li .dropdown-menu li a:hover, .header ul.navbar-nav li .dropdown-menu li a.active { color: #fff; background-color: #1cba9f; } .header ul.navbar-nav li .dropdown-menu li:last-child a { border-bottom: none; } .header ul.navbar-nav li .dropdown-menu li .dropdown-menu { left: 100%; margin: 0; top: 0; } .header ul.navbar-nav li .dropdown-menu li.dropdown > .dropdown-item:after { content: ""; font-family: "fontawesome"; position: absolute; right: 15px; } .header .dropdown-item:focus, .header .dropdown-item:hover { background: none; } .header .dropdown-toggle::after { content: ""; font-family: "fontawesome"; border: 0; vertical-align: 0; float: right; } .header.header-standard { background: #fff; position: relative; -webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.05); box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.05); border-bottom: 0; z-index: 2; } .header.header-standard .navbar { border-bottom: 0; } .header.header-standard ul.navbar-nav > li > a { color: #222222; } .header.header-standard ul.navbar-nav > li > a:hover { color: #1cba9f; } .header.header-standard ul.navbar-nav > li.active > a { color: #1cba9f; } .dropdown-menu.show { display: none; } @media (max-width: 991px) { .header-standard ul.navbar-nav > li > .dropdown-menu { border-width: 0; } .header-standard ul.navbar-nav > li > .dropdown-menu li:not(:last-child) { border-bottom-width: 0; } .header-standard ul.navbar-nav > li > .dropdown-menu li a:hover, .header-standard ul.navbar-nav > li > .dropdown-menu li a.active { color: #1cba9f; background-color: transparent !important; } } /** Sticky Menu **/ .ekit-sticky__spacer .elementskit-menu-overlay { display: none; } @media (min-width: 991px) { .header ul.navbar-nav li:hover > .dropdown-menu { display: block; } } /** Header Topbar **/ @media (min-width: 1025px) { .medizco_topbar:before { right: calc(50% + 1140px); } .medizco_topbar > .elementor-container:before { right: 99%; } .medizco_topbar:before, .medizco_topbar > .elementor-container:before { content: " "; display: block; position: absolute; top: -1px; bottom: -1px; width: 100%; background-color: #fff; } } /** Logo **/ @media (min-width: 1025px) { .medizco_logo { z-index: 0; } .medizco_logo:before { content: " "; position: absolute; top: -45px; right: -40px; bottom: 0; width: 100%; background-color: #fff; border-right: 2px solid #1db9a0; -webkit-transform: skewX(-25deg); -ms-transform: skewX(-25deg); transform: skewX(-25deg); z-index: -1; } .medizco_logo > .elementor-widget-container { -webkit-transition: all 0s ease; -o-transition: all 0s ease; transition: all 0s ease; } .elementor .elementor-element.ekit-sticky--active .medizco_logo > .elementor-widget-container { margin-top: 0; padding-top: 12px; padding-bottom: 12px; -webkit-transition-duration: 300ms; -o-transition-duration: 300ms; transition-duration: 300ms; } } /** Nav **/ .medizco_nav .elementskit-navbar-nav ul > li:not(:last-child) { border-bottom: 1px solid #f9f9f9; } @media (min-width: 1025px) { .medizco_nav { position: static; } .medizco_nav .elementskit-navbar-nav > li:last-child > a { padding-right: 0 !important; } .medizco_nav .elementskit-menu-container.elementskit-navbar-nav-default, .medizco_nav .elementskit-navbar-nav { position: static; } .medizco_nav .elementskit-dropdown, .medizco_nav .elementskit-megamenu-panel { z-index: 999; } .medizco_nav .elementskit-megamenu-panel .elementor-element .ekit-wid-con { min-height: 0; } } @media (max-width: 1024px) { .medizco_nav li > .elementskit-submenu-panel, .medizco_nav li > .elementskit-megamenu-panel { width: auto; margin-left: 15px; margin-right: 15px; } .medizco_nav .elementskit-menu-offcanvas-elements > ul > li > a > i { color: inherit !important; } } /** Nav Search Button **/ .header_1_search_btn .ekit_navsearch-button { position: relative; } .header_1_search_btn .ekit_navsearch-button:before { content: ""; position: absolute; top: 0; left: -5px; width: 12px; height: 100%; background-color: #d3d8e0; -webkit-transform: skewX(-12deg); -ms-transform: skewX(-12deg); transform: skewX(-12deg); -webkit-transition: all 300ms ease; -o-transition: all 300ms ease; transition: all 300ms ease; z-index: -1; } .header_1_search_btn .ekit_navsearch-button:hover:before { -webkit-transform: skewX(12deg); -ms-transform: skewX(12deg); transform: skewX(12deg); } /** Header 2 **/ .medizco_header_2 .header_top_info .elementskit-info-box-icon { margin-bottom: 0 !important; } @media (max-width: 767px) { .medizco_header_2 .header_top_info .elementskit-infobox { -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; text-align: center !important; } .medizco_header_2 .header_top_info .elementskit-box-header { width: 100%; padding-bottom: 13px; } } /** Page Banner **/ .page_banner { -webkit-box-shadow: 0 15px 60px rgba(0, 0, 0, 0.1); box-shadow: 0 15px 60px rgba(0, 0, 0, 0.1); overflow: hidden; } .page_banner_content { background-color: #1cba9f; background-size: auto 100%; background-position: left center; background-repeat: no-repeat; } .page_banner_content :root { --banner-overlay-color: rgba($color: $primary-color, $alpha: .68); } .page_banner_content:before { background-color: var(--banner-overlay-color); } .page_banner_title { margin-right: 30px; margin-bottom: 0; padding: 46px 0; color: #fff; font-size: 36px; } @media (max-width: 1024px) { .page_banner_title { font-size: 28px; } } @media (max-width: 991px) { .page_banner_title { margin-right: 0; font-size: 24px; } } @media (max-width: 991px) { .page_banner_content { padding-bottom: 46px; } .page_banner_title { padding-bottom: 16px; } } /* Page Title */ .page-title { position: relative; } .page-title .outer-container { position: relative; } .page-title .outer-container .image { position: relative; } .page-title .outer-container .image img { position: relative; width: 100%; display: block; } .page-breadcrumb { position: relative; background-color: #1cba9f; -webkit-box-shadow: 0px 20px 80px rgba(0, 0, 0, 0.1); box-shadow: 0px 20px 80px rgba(0, 0, 0, 0.1); } .page-breadcrumb:before { position: absolute; content: ""; left: 0px; top: 0px; right: 0px; bottom: 0px; z-index: 1; background-color: rgba(28, 184, 157, 0.8); } .page-breadcrumb .image-layer { position: absolute; left: 0px; top: 0px; width: 100%; height: 100%; display: block; background-position: left top; background-repeat: no-repeat; } .page-breadcrumb .breadcrumbs { position: relative; padding: 55px 110px; z-index: 1; } .page-breadcrumb .breadcrumbs:before { position: absolute; content: ""; left: 20px; top: 0px; right: 20px; bottom: 0px; z-index: -1; background-color: #fff; -webkit-transform: skewX(-24deg); -ms-transform: skewX(-24deg); transform: skewX(-24deg); } .page-breadcrumb h2 { position: relative; color: #fff; padding: 46px 0px; z-index: 1; font-size: 36px; font-weight: 700; } .medizco_breadcrumblist { position: relative; color: #222222; margin: 0 26px 0 0; padding: 25px 110px; list-style: none; font-size: 18px; font-weight: 500; white-space: nowrap; z-index: 0; } .medizco_breadcrumblist :root { --banner-breadcumb-color: $primary-color; } .medizco_breadcrumblist:before { content: ""; position: absolute; top: 0; left: 20px; right: 20px; bottom: 0; background-color: #fff; -webkit-transform: skewX(-24deg); -ms-transform: skewX(-24deg); transform: skewX(-24deg); z-index: -1; } .medizco_breadcrumblist > li > a { color: inherit; } .medizco_breadcrumblist > li:last-child, .medizco_breadcrumblist > li > a:hover { color: var(--banner-breadcumb-color); } .medizco_breadcrumblist > li.seperator { margin: 0 5px; } .medizco_breadcrumblist > .curves { position: absolute; top: 0; height: 100%; } .medizco_breadcrumblist > .curves:before, .medizco_breadcrumblist > .curves:after { content: " "; position: absolute; top: 0; height: 100%; background-image: -webkit-gradient(linear, left top, left bottom, from(#558dca), to(rgba(255, 255, 255, 0))); background-image: -o-linear-gradient(top, #558dca 0%, rgba(255, 255, 255, 0) 100%); background-image: linear-gradient(to bottom, #558dca 0%, rgba(255, 255, 255, 0) 100%); -webkit-transform: skewX(-24deg); -ms-transform: skewX(-24deg); transform: skewX(-24deg); } .medizco_breadcrumblist > .curves:after { -webkit-transform: skewX(-24deg) rotate(180deg); -ms-transform: skewX(-24deg) rotate(180deg); transform: skewX(-24deg) rotate(180deg); } .medizco_breadcrumblist > .curves.left { left: 0; } .medizco_breadcrumblist > .curves.left:before { left: -8px; width: 20px; } .medizco_breadcrumblist > .curves.left:after { left: 12px; width: 8px; } .medizco_breadcrumblist > .curves.right { right: 0; } .medizco_breadcrumblist > .curves.right:before { left: -20px; width: 20px; } .medizco_breadcrumblist > .curves.right:after { left: 0; width: 8px; } @media (min-width: 992px) { .medizco_breadcrumblist { min-height: 135px; } .medizco_breadcrumblist > li:not(.curves):not(.seperator) { max-width: 120px; -o-text-overflow: ellipsis; text-overflow: ellipsis; overflow: hidden; } } @media (max-width: 991px) { .medizco_breadcrumblist { color: #fff; margin-right: 0; padding: 0; white-space: normal; } .medizco_breadcrumblist:before { display: none; } .medizco_breadcrumblist li:last-child, .medizco_breadcrumblist li > a:hover { color: #fff; } .medizco_breadcrumblist li.curves { display: none; } } /* Info Box ================================================== */ .equal-info-boxes .elementor-widget, .equal-info-boxes .elementor-widget-container, .equal-info-boxes .ekit-wid-con, .equal-info-boxes .elementskit-infobox { height: 100%; } @media (min-width: 1025px) { .medizco_infobox_justify_desktop_right .elementskit-infobox { -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; } } /* Tel Number ================================================== */ .tel_num .elementskit-infobox.media { -webkit-box-align: center; -ms-flex-align: center; align-items: center; } .tel_num .elementskit-info-box-icon { margin-bottom: 0 !important; } /* Testimonials ================================================== */ .elementor .medizco_testimonials.elementor-element { max-width: 100%; } .medizco_testimonials .elementskit-profile-image-card:before { display: none; } .medizco_testimonials .ekit-wid-con .elementskit-single-testimonial-slider:before { top: 0; right: 0; bottom: 0; width: auto; height: auto; background-color: #f7f9fb; -webkit-transform: none; -ms-transform: none; transform: none; } .medizco_testimonials.bg_white .ekit-wid-con .elementskit-single-testimonial-slider:before { background-color: #fff; -webkit-box-shadow: 0 70px 125px rgba(0, 0, 0, 0.07); box-shadow: 0 70px 125px rgba(0, 0, 0, 0.07); } @media (min-width: 992px) { .medizco_testimonials .ekit-wid-con .elementskit-single-testimonial-slider:before { top: 30px; right: 80px; } .medizco_testimonials .ekit-wid-con .elementkit-testimonial-col { position: static; } .medizco_testimonials .ekit-wid-con .elementskit-profile-image-card { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-align: end; -ms-flex-align: end; align-items: flex-end; position: absolute; top: 0; left: 50%; right: 0; bottom: 0; } } @media (max-width: 1024px) { .medizco_testimonials .slick-arrow.slick-prev { left: -8% !important; } .medizco_testimonials .slick-arrow.slick-next { right: -8% !important; } } /* Portfolio Box ================================================== */ .portfolio_img .elementskit-box-style-content, .portfolio_img .elementskit-box-footer { display: none; } .portfolio_img .ekit-wid-con .elementskit-info-image-box.floating-style .elementskit-box-body { position: relative; top: -50px; display: inline-block; width: auto; border-radius: 15px 15px 0 0; } .portfolio_img .ekit-wid-con .elementskit-info-image-box.floating-style .elementskit-box-body:before, .portfolio_img .ekit-wid-con .elementskit-info-image-box.floating-style .elementskit-box-body:after { display: none; } /* Inline Form ================================================== */ .medizco_newsletter_form .ekit-mail-message { color: #fff; } .medizco_newsletter_form .elementskit_inline_form { max-width: 500px; } .medizco_newsletter_form .elementskit_inline_form > .elementskit_input_wraper:last-child { -webkit-box-flex: 0; -ms-flex: none; flex: none; } .medizco_newsletter_form .elementskit_inline_form > .elementskit_input_wraper .ekit_mail_email { color: #fff; } .medizco_newsletter_form .elementskit_inline_form > .elementskit_input_wraper .ekit_mail_email:focus { color: #fff; background-color: transparent; border-color: #fff; -webkit-box-shadow: none; box-shadow: none; } .medizco_newsletter_form .elementskit_inline_form > .elementskit_input_wraper .ekit-mail-submit:hover { background-color: transparent; } /* Quote Slider ================================================== */ .medizco_quote_slider .elementskit-commentor-content { max-width: 700px; margin-left: auto; margin-right: auto; } .medizco_quote_slider .elementskit-commentor-content > p { max-width: 465px; } .medizco_quote_slider .elementskit-commentor-content > ul { position: absolute; top: 0; right: 0; } .medizco_quote_slider .elementskit-commentor-bio { top: 39px; right: 0; max-width: 700px; margin-left: auto; margin-right: auto; text-align: right; } .medizco_quote_slider .elementskit-single-testimonial-slider .elementskit-commentor-content > span { position: absolute; } @media (max-width: 767px) { .medizco_quote_slider div.slick-slide { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-orient: vertical; -webkit-box-direction: reverse; -ms-flex-direction: column-reverse; flex-direction: column-reverse; } .medizco_quote_slider div.elementskit-commentor-content { margin-bottom: 0; } .medizco_quote_slider div.elementskit-commentor-content > span { margin-left: -20px; } .medizco_quote_slider div.elementskit-commentor-content > i { margin-top: -50px; margin-left: -20px; } .medizco_quote_slider div.elementskit-commentor-content > p { margin-left: auto !important; margin-right: auto !important; text-align: center; } .medizco_quote_slider div.elementskit-commentor-content > ul { position: relative; padding-top: 10px; text-align: center; } .medizco_quote_slider div.elementskit-commentor-bio { position: relative; top: 0; padding-top: 10px; text-align: center; } } /* Video Popup ================================================== */ .medizco_video_popup > .elementor-widget-container { position: relative; padding-bottom: 90%; z-index: 0; } .medizco_video_popup .ekit-video-popup.ekit-video-popup-btn { position: absolute; top: 50%; left: 0; right: 0; margin: 0 auto; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); } /* Service Box ================================================== */ .medizco_service_box .elementor-image-box-img { min-width: 120px; } .medizco_service_box a:hover { color: #1cba9f; } .medizco_service_box_2 .wp-caption > a > img { position: relative; z-index: -1; } .medizco_service_box_2 .wp-caption-text { position: absolute; left: 50%; bottom: -50%; margin-bottom: 0; padding: 11px 35px; border-radius: 15px 15px 0px 0px; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); -webkit-transition: all 750ms ease; -o-transition: all 750ms ease; transition: all 750ms ease; z-index: -1; } .medizco_service_box_2:hover .wp-caption-text { bottom: 0; } .medizco_service_box_3 .elementor-widget-container { position: relative; z-index: 0; } .medizco_service_box_3:hover .elementor-widget-container { -webkit-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1); box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1); } .medizco_service_box_3 img { width: 100%; } .medizco_service_box_3 .elementskit-box-footer { margin-top: 0 !important; } .medizco_service_box_3 a.elementskit-btn { position: absolute; top: 0; left: 0; right: 0; bottom: 0; } .medizco_service_box_4 .ekit-wid-con > .elementskit-infobox { overflow: visible; } .medizco_service_box_4 .elementskit-info-box-icon { -webkit-transition: -webkit-transform 500ms ease 200ms; transition: -webkit-transform 500ms ease 200ms; -o-transition: transform 500ms ease 200ms; transition: transform 500ms ease 200ms; transition: transform 500ms ease 200ms, -webkit-transform 500ms ease 200ms; } .medizco_service_box_4:hover .elementskit-info-box-icon { -webkit-transition-delay: 0s; -o-transition-delay: 0s; transition-delay: 0s; -webkit-transform: rotateY(360deg); transform: rotateY(360deg); } /* Video Button ================================================== */ .medizco_video_btn .ekit-video-popup-btn { -webkit-transform: translateX(-50px); -ms-transform: translateX(-50px); transform: translateX(-50px); } .medizco_video_btn .ekit-video-popup-btn > span { position: absolute; top: 0; left: 100%; padding-left: 16px; color: #fff; font-size: 18px; font-weight: 500; white-space: nowrap; } /* Infographic ================================================== */ .medizco_infographic_section { background-size: 100% 50%; } .medizco-infographic-bd:before { content: " "; position: absolute; width: 75px; height: 330px; border: 2px solid #f06699; } .medizco-infographic-bd .ekit-wid-con:before, .medizco-infographic-bd .ekit-wid-con:after { content: " "; position: absolute; width: 10px; height: 10px; border-radius: 50%; -webkit-box-shadow: 0 0 0 0 rgba(255, 102, 102, 0.8); box-shadow: 0 0 0 0 rgba(255, 102, 102, 0.8); -webkit-animation: dotRipple 3s infinite; animation: dotRipple 3s infinite; } .medizco-infographic-bd .ekit-wid-con:after { -webkit-animation-delay: 0.6s; animation-delay: 0.6s; } .medizco-infographic-bd .elementor-widget-container:before { content: " "; position: absolute; width: 10px; height: 10px; background-color: #f06699; border-radius: 50%; } .medizco-infographic-bd.top-left:before, .medizco-infographic-bd.top-right:before { height: 254px; margin-top: 10px; } .medizco-infographic-bd.top-left:before { left: 0; border-right: 0; } .medizco-infographic-bd.top-left .elementor-widget-container:before { top: 6px; left: 70px; } .medizco-infographic-bd.top-left .ekit-wid-con:before, .medizco-infographic-bd.top-left .ekit-wid-con:after { top: 6px; left: 70px; } .medizco-infographic-bd.top-right:before { right: 0; border-left: 0; } .medizco-infographic-bd.top-right .elementor-widget-container:before { top: 6px; right: 70px; } .medizco-infographic-bd.top-right .ekit-wid-con:before, .medizco-infographic-bd.top-right .ekit-wid-con:after { top: 6px; right: 70px; } .medizco-infographic-bd.bottom-left:before, .medizco-infographic-bd.bottom-right:before { bottom: 100%; margin-bottom: -15px; } .medizco-infographic-bd.bottom-left:before { left: 0; border-right: 0; } .medizco-infographic-bd.bottom-left .elementor-widget-container:before { top: 9px; left: 70px; } .medizco-infographic-bd.bottom-left .ekit-wid-con:before, .medizco-infographic-bd.bottom-left .ekit-wid-con:after { top: 9px; left: 70px; } .medizco-infographic-bd.bottom-right:before { right: 0; border-left: 0; } .medizco-infographic-bd.bottom-right .elementor-widget-container:before { top: 9px; right: 70px; } .medizco-infographic-bd.bottom-right .ekit-wid-con:before, .medizco-infographic-bd.bottom-right .ekit-wid-con:after { top: 9px; right: 70px; } @media (max-width: 1024px) { .medizco-infographic-bd:before, .medizco-infographic-bd .elementor-widget-container:before, .medizco-infographic-bd .ekit-wid-con:before, .medizco-infographic-bd .ekit-wid-con:after { display: none; } } @-webkit-keyframes dotRipple { 70% { -webkit-box-shadow: 0 0 0 20px rgba(255, 102, 102, 0); box-shadow: 0 0 0 20px rgba(255, 102, 102, 0); } 100% { -webkit-box-shadow: 0 0 0 0 rgba(255, 102, 102, 0); box-shadow: 0 0 0 0 rgba(255, 102, 102, 0); } } @keyframes dotRipple { 70% { -webkit-box-shadow: 0 0 0 20px rgba(255, 102, 102, 0); box-shadow: 0 0 0 20px rgba(255, 102, 102, 0); } 100% { -webkit-box-shadow: 0 0 0 0 rgba(255, 102, 102, 0); box-shadow: 0 0 0 0 rgba(255, 102, 102, 0); } } /* Achievements ================================================== */ .medizco_achievements .slick-arrow { top: auto; bottom: -21px; } @media (max-width: 767px) { .medizco_achievements .slick-arrow { bottom: -70px; } } /* Team ================================================== */ .medizco_team_box_2 .profile-header:before { opacity: 0; -webkit-transform: rotateX(-180deg); transform: rotateX(-180deg); -webkit-transition: all 900ms ease; -o-transition: all 900ms ease; transition: all 900ms ease; } .medizco_team_box_2 .ekit-team-social-list { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; position: absolute; top: 50%; left: 30px; right: 30px; width: 80px; max-width: 100%; margin: -90px auto 0; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; opacity: 0; -webkit-transform: scale(0.8, 0.8); -ms-transform: scale(0.8, 0.8); transform: scale(0.8, 0.8); -webkit-transition: all 900ms ease; -o-transition: all 900ms ease; transition: all 900ms ease; } .medizco_team_box_2:hover .profile-header:before { opacity: 1; -webkit-transform: rotateX(0deg); transform: rotateX(0deg); } .medizco_team_box_2:hover .ekit-team-social-list { opacity: 1; -webkit-transform: scale(1, 1); -ms-transform: scale(1, 1); transform: scale(1, 1); } .medizco_doctor_featured_img .wp-caption { overflow: visible; } .medizco_doctor_featured_img .wp-caption > a { display: block !important; } .medizco_doctor_featured_img .wp-caption-text { position: absolute; left: -15px; bottom: 30px; margin-bottom: 0; padding: 8px 25px 7px 90px; border-radius: 0 50px 50px 0; pointer-events: none; } .medizco_doctor_featured_img .wp-caption-text:before { content: ""; display: block; position: absolute; width: 60px; height: 60px; top: -8px; left: 20px; border-radius: 50%; font-family: "FontAwesome"; background-color: #4ed964; border: 5px solid #fff; -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.2); box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.2); line-height: 52px; text-align: center; } .medizco_doctor_featured_img .wp-caption-text:after { content: " "; position: absolute; left: 0; bottom: -15px; border-top: 15px solid #0d7563; border-left: 15px solid transparent; } /* Doctors ================================================== */ .medizco_doctors_slider.slick-dotted.slick-slider { margin-bottom: 0; } .medizco_doctors_slider .doctor_box { margin: 0 10px 30px; } .medizco_doctors_slider .doctor_box:hover { -webkit-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.07); box-shadow: 0 10px 15px rgba(0, 0, 0, 0.07); } .medizco_doctors_slider > .slick-dots { position: relative; bottom: auto; padding-top: 3px; } .medizco_doctors_slider > .slick-dots > li { margin: 0 4px; width: auto; height: auto; } .medizco_doctors_slider > .slick-dots > li > button { width: auto; height: auto; margin: 2px; padding: 4px; background-color: #1cba9f; border-radius: 50%; opacity: 0.25; -webkit-transition: all 300ms ease; -o-transition: all 300ms ease; transition: all 300ms ease; } .medizco_doctors_slider > .slick-dots > li > button:hover, .medizco_doctors_slider > .slick-dots > li.slick-active > button { margin: 0; padding: 6px; opacity: 1; } .medizco_doctors_filter > .filter_nav { margin: 0; padding: 0 0 14px; list-style: none; } .medizco_doctors_filter > .filter_nav > li { position: relative; display: inline-block; color: #313131; cursor: pointer; font-size: 16px; font-weight: 500; margin: 0px 15px 6px; padding: 0px 0px 0px; text-transform: capitalize; -webkit-transition: all 300ms ease; -o-transition: all 300ms ease; transition: all 300ms ease; border-bottom: 1px solid #1cba9f; } .medizco_doctors_filter > .filter_nav > li:hover, .medizco_doctors_filter > .filter_nav > li.active, .medizco_doctors_filter > .filter_nav > li.mixitup-control-active { color: #1cba9f; } .medizco_doctors_filter .filter_items { margin-left: -10px; margin-right: -10px; } .medizco_doctors_filter .filter_item { margin-top: 30px; padding-left: 10px; padding-right: 10px; } .doctor_schedule_box .ekit-wid-con .elementskit-info-image-box.floating-style .elementskit-box-body { margin-top: 0; position: absolute; left: 0; right: 0; bottom: 8px; width: calc(100% - 20px); height: auto !important; } .doctor_schedule_box .ekit-wid-con .elementskit-info-image-box .elementskit-box-content .elementskit-info-box-title { display: inline-block; position: relative; padding-left: 59px; text-align: left; } .doctor_schedule_box .ekit-wid-con .elementskit-info-image-box .elementskit-box-content .elementskit-info-box-title > i { position: absolute; top: 50%; left: 0; margin-top: -3px; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); } .doctor_schedule_box .elementskit-box-body:before, .doctor_schedule_box .elementskit-box-body:after { display: none; } /* Doctor Box ================================================== */ .doctor_box { position: relative; z-index: 0; -webkit-transition: all 500ms ease; -o-transition: all 500ms ease; transition: all 500ms ease; } .doctor_box_img { position: relative; } .doctor_box_img > img { width: 100%; } .doctor_box_social { position: absolute; top: 0; left: 0; right: 0; bottom: 0; margin: 0; padding: 0 0 28px 30px; list-style: none; text-align: left; overflow: hidden; } .doctor_box_social:before { content: " "; position: absolute; top: 100%; left: 0; right: 0; bottom: 0; opacity: 0; -webkit-transition: all 900ms ease; -o-transition: all 900ms ease; transition: all 900ms ease; } .doctor_box_social > li { position: relative; left: -70px; -webkit-transition: all 900ms ease; -o-transition: all 900ms ease; transition: all 900ms ease; } .doctor_box_social > li:not(:last-child) { margin-bottom: 10px; } .doctor_box_social > li > a { display: inline-block; position: relative; z-index: 1; } .doctor_box_social > li > a > i { display: block; position: relative; width: 36px; height: 36px; background-color: #fff; border-radius: 50%; font-family: "FontAwesome"; font-size: 17px; font-style: normal; line-height: 36px; text-align: center; -webkit-transition: -webkit-box-shadow 0.3s ease; transition: -webkit-box-shadow 0.3s ease; -o-transition: box-shadow 0.3s ease; transition: box-shadow 0.3s ease; transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease; } .doctor_box_social > li > a > span { position: absolute; top: 2px; left: 0; padding: 0 14px 0 25px; color: #fff; border-radius: 50px; font-size: 12px; line-height: 32px; white-space: nowrap; opacity: 0; visibility: hidden; -webkit-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease; z-index: -1; } .doctor_box_social > li > a:hover > i { -webkit-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.25); box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.25); } .doctor_box_social > li > a:hover > span { opacity: 1; visibility: visible; left: 50%; border-radius: 0 50px 50px 0; } .doctor_box:hover .doctor_box_social { top: 0; opacity: 1; } .doctor_box:hover .doctor_box_social:before { top: 0; opacity: 1; } .doctor_box:hover .doctor_box_social > li { left: 0; } .doctor_box:hover .doctor_box_social > li:nth-child(2) { -webkit-transition-delay: 500ms; -o-transition-delay: 500ms; transition-delay: 500ms; } .doctor_box:hover .doctor_box_social > li:nth-child(3) { -webkit-transition-delay: 750ms; -o-transition-delay: 750ms; transition-delay: 750ms; } .doctor_box:hover .doctor_box_social > li:nth-child(4) { -webkit-transition-delay: 1000ms; -o-transition-delay: 1000ms; transition-delay: 1000ms; } .doctor_box_icon { position: relative; z-index: 0; } .doctor_box_icon > i { position: absolute; top: -21px; left: 0; right: 0; width: 40px; height: 40px; margin: 0 auto; border-radius: 50%; font-size: 18px; line-height: 38px; -webkit-transition: all 500ms ease; -o-transition: all 500ms ease; transition: all 500ms ease; } .doctor_box_title { font-size: 20px; -webkit-transition: all 500ms ease; -o-transition: all 500ms ease; transition: all 500ms ease; } .doctor_box_role { margin: 0; font-size: 13px; } .doctor_box_link { position: absolute; top: 0; left: 0; right: 0; bottom: 0; z-index: 0; } /* Doctor Info ================================================== */ .medizco-doctor-info { font-size: 16px; font-weight: 500; } .medizco-doctor-info > table { border-width: 0; border-collapse: collapse; } .medizco-doctor-info > table > tbody > tr { border-width: 0; } .medizco-doctor-info > table > tbody > tr > th, .medizco-doctor-info > table > tbody > tr > td { padding: 6px 0 0; border-width: 0; font-weight: inherit; text-align: left; } .medizco-doctor-info > table > tbody > tr > td:before { content: ":"; margin-right: 30px; } /* Doctor Social ================================================== */ .medizco-doctor-social-widget > h3 { margin: 0; font-size: 28px; } .medizco-doctor-social-widget > ul { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; margin: 0; padding: 0; list-style: none; } .medizco-doctor-social-widget > ul > li { margin-top: 10px; margin-right: 10px; } .medizco-doctor-social-widget > ul > li > a { display: block; min-width: 36px; border-radius: 50%; color: #fff; font-size: 14px; line-height: 36px; text-align: center; } .medizco-doctor-social-widget .fa { font-family: "FontAwesome"; } /* Services ================================================== */ .medizco_servics_list { margin: 0; padding: 0; list-style: none; } .medizco_servics_list > li:not(:last-child) { margin-bottom: 10px; } .medizco_servics_list > li > a { display: block; position: relative; padding: 22px 35px 22px 28px; color: #222; background-color: #fff; -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.05); box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.05); font-size: 16px; font-weight: 500; -webkit-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease; z-index: 0; } .medizco_servics_list > li > a:hover, .medizco_servics_list > li > a.active { color: #fff; background-color: #223a66; } .medizco_servics_list > li > a > i { position: absolute; top: 50%; right: 25px; margin-top: -8px; } .service_details_thumbs .swiper-slide-inner { position: relative; z-index: 0; cursor: pointer; } .service_details_thumbs .swiper-slide-inner:before { content: " "; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background-color: #223a66; opacity: 0.8; -webkit-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease; z-index: 1; } .service_details_thumbs .swiper-slide-inner:hover:before { opacity: 0; } .medizco_services_carousels a { display: block; } .medizco_services_carousels img { width: 100%; } .medizco_services_carousels .carousel_main { margin-bottom: 10px; } .medizco_services_carousels .carousel_thumbs .swiper-slide:before { content: " "; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background-color: rgba(34, 58, 102, 0.8); -webkit-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease; cursor: pointer; z-index: 0; } .medizco_services_carousels .carousel_thumbs .swiper-slide:hover:before, .medizco_services_carousels .carousel_thumbs .swiper-slide.swiper-slide-active:before { opacity: 0; } .services_cta_btn { width: 100%; } .ekit-wid-con > .ekit-btn-wraper > .services_cta_btn { text-align: inherit; } .services_cta_btn:after { content: ""; position: absolute; top: 50%; right: 20px; margin-top: -7px; font-family: "FontAwesome"; } .services_cta_btn > i { position: relative; margin-right: 5px; padding: 10px; z-index: 0; } .services_cta_btn > i:after { content: " "; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background-color: #000; opacity: 0.3; border-radius: 5px; z-index: -1; } .services_cta_btn > svg { width: 38px; margin-right: 6px; padding: 10px; background-color: rgba(0, 0, 0, 0.3); border-radius: 5px; vertical-align: -11px; } div.elementor-widget-elementskit-button .services_cta_btn > svg { max-width: none; } .services_cta_action .ekit-wid-con { position: relative; z-index: 0; } .services_cta_action .ekit-wid-con:before, .services_cta_action .ekit-wid-con:after { content: " "; position: absolute; top: 0; bottom: 0; -webkit-transform: skewX(-24deg); -ms-transform: skewX(-24deg); transform: skewX(-24deg); z-index: -2; } .services_cta_action .ekit-wid-con:before { left: 0; right: 0; background-image: -webkit-gradient(linear, left top, left bottom, from(#558dca), to(#1cba9f)); background-image: -o-linear-gradient(top, #558dca 0%, #1cba9f 100%); background-image: linear-gradient(to bottom, #558dca 0%, #1cba9f 100%); } .services_cta_action .ekit-wid-con:after { left: 22px; right: 22px; background-image: -webkit-gradient(linear, left top, left bottom, from(#1cba9f), to(#558dca)); background-image: -o-linear-gradient(top, #1cba9f 0%, #558dca 100%); background-image: linear-gradient(to bottom, #1cba9f 0%, #558dca 100%); } .services_cta_action .elementskit-infobox { -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; } .services_cta_action .elementskit-infobox:before { content: " "; position: absolute; top: 0; left: 30px; right: 30px; bottom: 0; background-color: #fff; -webkit-transform: skewX(-24deg); -ms-transform: skewX(-24deg); transform: skewX(-24deg); } .services_cta_action .elementskit-infobox svg { color: #1cba9f; } @media (max-width: 1024px) { .services_cta_action .ekit-wid-con:before, .services_cta_action .ekit-wid-con:after { display: none; } .services_cta_action .elementskit-infobox:before { left: 0; right: 0; -webkit-transform: skewX(0); -ms-transform: skewX(0); transform: skewX(0); } } .select2_wrap .select2 .select2-selection__arrow > b, .select2_wrap .select2.select2-container--open .select2-selection__arrow > b { top: 0; left: 0; margin-top: 0; color: #fff; border-width: 0; font-size: 24px; } .select2_wrap .select2 .select2-selection__arrow > b:before { content: ""; font-family: "FontAwesome"; font-weight: 400; } .select2_wrap .select2.select2-container--open .select2-selection__arrow > b:before { content: ""; } .select2_wrap .select2-selection--single { -webkit-transition: border-color 0.3s; -o-transition: border-color 0.3s; transition: border-color 0.3s; } .select2_wrap.elementor-element.elementor-widget-mf-select .select2-container > .select2-dropdown .select2-results > ul.select2-results__options { background-color: #fff; border-color: #fff; -webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.05); box-shadow: 0 3px 15px rgba(0, 0, 0, 0.05); } .select2_wrap.elementor-element.elementor-widget-mf-select .select2-container > .select2-dropdown .select2-results > ul.select2-results__options > li { color: #222222; padding: 6px 20px; background-color: #fff; border-color: #e0e0e0 #fff; border-radius: 0; -webkit-transition: color 0.25s, background-color 0.25s, border-color 0.25s; -o-transition: color 0.25s, background-color 0.25s, border-color 0.25s; transition: color 0.25s, background-color 0.25s, border-color 0.25s; } .select2_wrap.elementor-element.elementor-widget-mf-select .select2-container > .select2-dropdown .select2-results > ul.select2-results__options > li:last-child { border-bottom-color: #fff; } .select2_wrap.elementor-element.elementor-widget-mf-select .select2-container > .select2-dropdown .select2-results > ul.select2-results__options > li.select2-results__option--highlighted, .select2_wrap.elementor-element.elementor-widget-mf-select .select2-container > .select2-dropdown .select2-results > ul.select2-results__options > li[aria-selected=true] { color: #fff; background-color: #1cba9f; border-color: #1cba9f; } .select2_wrap.elementor-element.elementor-widget-mf-select .select2-container > .select2-dropdown .select2-results > ul.select2-results__options > li[aria-disabled=true] { color: #999; } .booking_form .elementor-element.select2_wrap .select2 .select2-selection--single > .select2-selection__rendered[title^=Please] { color: #666; } .booking_form .metform-btn { -webkit-transition: background-color 0.3s, border-color 0.3s; -o-transition: background-color 0.3s, border-color 0.3s; transition: background-color 0.3s, border-color 0.3s; } /* Price List ================================================== */ .medizco_price_list { margin: 0; padding: 0; list-style: none; color: #222; font-size: 16px; } .medizco_price_list > li { position: relative; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; z-index: 0; } .medizco_price_list > li:before { content: " "; position: absolute; top: 13px; left: 5px; right: 5px; border-bottom: 2px dashed #e5e5e5; z-index: -1; } .medizco_price_list > li:not(:last-child) { margin-bottom: 10px; } .medizco_price_list > li > span { background-color: #fff; } .medizco_price_list > li .text { padding-right: 8px; font-style: italic; } .medizco_price_list > li .price { padding-left: 8px; } /* Biography ================================================== */ .biography_title .ekit_heading_separetor_wraper { position: absolute; top: 18px; right: 0; } /* Pricing ================================================== */ .pricing_boxes > .elementor-container { -webkit-box-shadow: 0px 15px 40px rgba(0, 0, 0, 0.1); box-shadow: 0px 15px 40px rgba(0, 0, 0, 0.1); } .pricing_box .period { display: block; margin-top: 12px; } /* Timetable ================================================== */ .mptt-navigation-select { display: inline-block; padding: 17px 35px; color: #222; background-color: #fff; border-width: 0; -webkit-box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.1); box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.1); font-size: 16px; font-weight: 600; cursor: pointer; } .mptt-shortcode-wrapper .select2 { width: 100% !important; max-width: 360px; margin-bottom: 22px; font-size: 16px; font-weight: 600; } .mptt-shortcode-wrapper .select2 .select2-selection { height: auto; border-width: 0; border-radius: 0; -webkit-box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.07); box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.07); } .mptt-shortcode-wrapper .select2 .select2-selection__rendered { padding: 14px 35px; color: #222; } .mptt-shortcode-wrapper .select2 .select2-selection__arrow { top: 50%; right: 15px; margin-top: -1px; color: #222; height: auto; } .mptt-shortcode-wrapper .select2 .select2-selection__arrow > b { border-top-color: #222; border-width: 7px 6px 0 6px; } .mptt-shortcode-wrapper .select2.select2-container--open .select2-selection .select2-selection__arrow > b { border-bottom-color: #222; border-width: 0 6px 7px 6px; } .mptt-shortcode-wrapper .select2-dropdown { border-width: 0; border-radius: 0; -webkit-box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.1); box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.1); } .mptt-shortcode-wrapper .select2-dropdown .select2-results__option { padding: 10px 32px; color: #222; font-size: 14px; -webkit-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease; } .mptt-shortcode-wrapper .select2-dropdown .select2-results__option:not(:last-child) { border-bottom: 1px solid rgba(0, 0, 0, 0.06); } .mptt-shortcode-wrapper .select2-dropdown .select2-results__option--highlighted[aria-selected], .mptt-shortcode-wrapper .select2-dropdown .select2-results__option[aria-selected=true] { color: #fff; background-color: #1cba9f; } .mptt-shortcode-wrapper > .mptt-shortcode-table { -webkit-box-shadow: 0px 20px 35px rgba(0, 0, 0, 0.1); box-shadow: 0px 20px 35px rgba(0, 0, 0, 0.1); } .mptt-shortcode-wrapper > .mptt-shortcode-table > thead > .mptt-shortcode-row > th { color: #222; background-color: #fff; font-family: "Exo", sans-serif; font-size: 16px; font-weight: 600; } .mptt-shortcode-wrapper > .mptt-shortcode-table > thead > .mptt-shortcode-row > th:first-child { padding-top: 13px; padding-bottom: 13px; background-color: #1cba9f; } .mptt-shortcode-wrapper > .mptt-shortcode-table > thead > .mptt-shortcode-row > th:first-child:before { content: ""; color: #fff; font-family: "FontAwesome"; font-size: 32px; } .mptt-shortcode-wrapper > .mptt-shortcode-table > thead > .mptt-shortcode-row > th:nth-child(odd):not(:first-child) { background-color: #ecf9f5; } .mptt-shortcode-wrapper > .mptt-shortcode-table > tbody > tr > .mptt-shortcode-hours { padding-top: 35px !important; padding-bottom: 35px !important; color: #222; background-color: #fff; font-family: "Exo", sans-serif; font-size: 16px; font-weight: 600; } .mptt-shortcode-wrapper > .mptt-shortcode-table > tbody > tr:nth-child(odd) > .mptt-shortcode-hours { background-color: #ecf9f5; } .mptt-shortcode-wrapper > .mptt-shortcode-table > tbody > tr > .mptt-shortcode-event { padding: 30px 30px 0; } .mptt-shortcode-wrapper > .mptt-shortcode-table > tbody > tr .mptt-inner-event-content { padding: 30px 20px 0; text-align: left; } .mptt-shortcode-wrapper > .mptt-shortcode-table > tbody > tr > td > .mptt-event-container .event-title { margin: 0; font-size: 14px; } .mptt-shortcode-wrapper > .mptt-shortcode-table > tbody > tr > td > .mptt-event-container .event-description { margin: 0; font-size: 14px; } .mptt-shortcode-wrapper > .mptt-shortcode-table > tbody > tr > td > .mptt-event-container .event-description:before { content: " "; display: block; width: 20px; margin-top: 11px; margin-bottom: 11px; border-bottom: 2px solid rgba(255, 255, 255, 0.2); } .mptt-shortcode-wrapper > .mptt-shortcode-table > tbody > tr > td > .mptt-event-container:hover .event-title { text-decoration: none; } /* Contact Form ================================================== */ .contact_form .metform-btn { display: block; width: 100%; -webkit-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease; } /* Copyright ================================================== */ .footer_copyright { padding: 20px 0; position: relative; background-image: -webkit-gradient(linear, left top, right top, from(#1db9a0), to(#4d94c4)); background-image: -o-linear-gradient(left, #1db9a0 0%, #4d94c4 100%); background-image: linear-gradient(to right, #1db9a0 0%, #4d94c4 100%); } .footer_copyright_text { margin-top: 4px; color: #fff; text-align: center; } .footer_copyright_text a { color: inherit; border-bottom: 1px solid transparent; } .footer_copyright_text a:hover { border-bottom-color: inherit; } .footer_copyright_text p { margin-bottom: 0; } .copyright_text p:last-child { margin-bottom: 0; } .footer_info_list .elementor-icon-list-icon > i { vertical-align: -1px; } .ekit_social_media { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } /* Messenger Button ================================================== */ .messenger_button .elementor-image-box-wrapper { display: -webkit-box; display: -ms-flexbox; display: flex; } .messenger_button .elementor-image-box-wrapper:after { content: " "; display: block; clear: both; } .messenger_button .elementor-image-box-wrapper > figure { margin-right: 3px !important; margin-bottom: 0 !important; } /* Back To Top ================================================== */ .BackTo { background: #1cba9f none repeat scroll 0 0; border-radius: 50%; bottom: 18px; color: #979797; cursor: pointer; height: 44px; position: fixed; right: 14px; text-align: center; width: 44px; z-index: 9; display: block; padding: 8px 0; -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.25); box-shadow: 0 0 10px rgba(0, 0, 0, 0.25); -webkit-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; } .BackTo:hover { background: #000; } .BackTo a { color: #fff; font-size: 20px; font-weight: 700; margin-top: 3px; padding-left: 1px; } .mf_select__control .mf_select__indicators { display: none; } .page_banner_img img { width: 100%; } /*========================== tab ===========================*/ @media (max-width: 1024px) { .tab_ml_auto { margin-left: auto !important; } .tab_ml_0 { margin-left: 0 !important; } .tab_mr_auto { margin-right: auto !important; } .tab_mr_0 { margin-right: 0 !important; } } /*========================== tab rotate ===========================*/ @media (min-width: 992px) and (max-width: 1200px) { .header ul.navbar-nav > li > a { margin-left: 10px; font-size: 12px; } .header ul.navbar-nav > li .dropdown-menu { margin: 0 10px; } .header-contact-info li { padding: 0 30px 0 60px; font-size: 14px; } .header-box .top-box { padding: 15px 5px; } } /*========================== tab device ===========================*/ @media (min-width: 768px) and (max-width: 991px) { .header-contact-info li { padding: 0 14px 0 14px; font-size: 13px; } .header-contact-info li i { display: none; } .top-info li { margin-right: 20px; font-size: 14px; } .header .navbar-brand, .header .logo { margin: 15px 0; } .header .navbar-toggler { background: #1cba9f; border-width: 0; border-radius: 0; } .header .navbar-toggler-icon { outline: none; background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E"); } .header .navbar-toggler-icon i { font-size: 30px; line-height: 30px; color: #fff; } .header .navbar-collapse { background: #101010; position: relative; } .header ul.navbar-nav { float: none; width: 100%; padding: 15px 30px; } .header ul.navbar-nav > li > a { line-height: 36px !important; margin-left: 0; } .header ul.navbar-nav > li:hover a:before, .header ul.navbar-nav > li.active a:before { display: none; } .header ul.navbar-nav li .dropdown-menu { min-width: auto; background: transparent; -webkit-box-shadow: none; box-shadow: none; margin: 0; padding-top: 0; padding-bottom: 0; padding-right: 0; } .header ul.navbar-nav li .dropdown-menu li a { color: #fff; } .header ul.navbar-nav li .dropdown-menu .dropdown-item:after { -webkit-transform: rotate(90deg); -ms-transform: rotate(90deg); transform: rotate(90deg); } .header ul.navbar-nav .dropdown-toggle::after { padding-right: 6px; } .header.header-standard ul.navbar-nav > li > a { color: #fff; } .header.header-standard .navbar-collapse { position: absolute; left: 0; width: 100%; z-index: 11; top: 100%; } .header.header-classic { padding: 10px 0; } .header-box .header.header-classic { padding: 0; } .header-box .header.header-classic .navbar { padding: 10px; } .banner-area .banner-title { font-size: 50px; line-height: 55px; } .history-area .carousel-indicators li { margin: 0 16px; } .xs-project-details .owl-carousel.owl-theme .owl-nav [class*=owl-prev], .xs-features .owl-carousel.owl-theme .owl-nav [class*=owl-prev] { left: 0; } .xs-project-details .owl-carousel.owl-theme .owl-nav [class*=owl-next], .xs-features .owl-carousel.owl-theme .owl-nav [class*=owl-next] { right: 0; } .xs-blog .blog-box { margin-bottom: 30px; } .textwidget .contact { margin-bottom: 30px; } } /*========================== small device /mobile sm and large ===========================*/ @media (max-width: 767px) { .xs-center { text-align: center; } .header-middle-area { display: none; } a.logo.d-none { display: block !important; } .header .navbar-brand, .header .logo { margin: 15px 0; } .header .navbar-toggler { background: #1cba9f; outline: 0; } .header .navbar-toggler-icon { outline: none; background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E"); } .header .navbar-toggler-icon i { font-size: 30px; line-height: 30px; color: #fff; } .header .navbar-collapse { background: #101010; position: relative; } .header ul.navbar-nav { float: none; width: 100%; padding: 20px; } .header ul.navbar-nav > li > a { line-height: 36px !important; margin-left: 0; } .header ul.navbar-nav > li:hover a:before, .header ul.navbar-nav > li.active a:before { display: none; } .header ul.navbar-nav li .dropdown-menu { min-width: auto; background: transparent; -webkit-box-shadow: none; box-shadow: none; margin: 0; padding-top: 0; padding-bottom: 0; padding-right: 0; } .header ul.navbar-nav li .dropdown-menu li a { color: #fff; } .header ul.navbar-nav li .dropdown-menu .dropdown-item:after { -webkit-transform: rotate(90deg); -ms-transform: rotate(90deg); transform: rotate(90deg); } .header.header-standard, .header.header-classic { background: #fff; } .header.header-standard ul.navbar-nav > li > a, .header.header-classic ul.navbar-nav > li > a { color: #fff; } .header.header-standard .navbar-collapse, .header.header-classic .navbar-collapse { position: absolute; left: 0; width: 100%; z-index: 11; top: 100%; } .header .dropdown-toggle::after { padding-right: 8px; } .header-box .top-box { text-align: center; } .header-box .top-box .header-contact-info { display: none; } .header-box .navbar { padding: 10px; } .banner-area { padding: 60px 0; } .banner-area .banner-title { font-size: 40px; line-height: 44px; } .banner-area .mt-80 { margin-top: 150px; } .xs-project-details .owl-carousel.owl-theme .owl-nav [class*=owl-prev], .xs-features .owl-carousel.owl-theme .owl-nav [class*=owl-prev] { left: 0; } .xs-project-details .owl-carousel.owl-theme .owl-nav [class*=owl-next], .xs-features .owl-carousel.owl-theme .owl-nav [class*=owl-next] { right: 0; } .xs-blog .blog-box { margin-bottom: 30px; } .blog .post-body .entry-title { font-size: 24px; line-height: 30px; } .blog .pagination { margin-bottom: 40px; } .history-area .carousel-indicators { display: block; } .history-area .carousel-indicators:before { display: none; } .ekit-wid-con .ekit-location-groups .ekit-map-image { display: none; } .ekit-wid-con .ekit-location-groups .ekit-location-wraper .ekit-location { position: static; } .ekit-wid-con .ekit-location-groups .ekit-location_inner { min-width: auto; position: static; opacity: 1; -webkit-transform: translate3d(0%, 0px, 0); transform: translate3d(0%, 0px, 0); visibility: visible; pointer-events: auto; } .ekit-wid-con .ekit-location-groups .ekit-location_indicator { display: none; } .ekit-wid-con .ekit-location-groups .ekit-location:not(:last-child) { margin-bottom: 30px; } .ekit-wid-con .elementskit_inline_form .elementskit_input_wraper { -webkit-box-flex: 1 !important; -ms-flex: auto !important; flex: auto !important; } } .header_1_search_btn.ml-auto.tab_ml_0{ z-index: 999 !important; }
Save
Close
Exit & Reset
Text mode: syntax highlighting auto-detects file type.
Directory Contents
Dirs: 0 × Files: 13
Delete Selected
Select All
Select None
Sort:
Name
Size
Modified
Enable drag-to-move
Name
Size
Perms
Modified
Actions
.htaccess
205 B
lr--r--r--
2026-02-23 02:01:28
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
blog.css
18.98 KB
lrw-r--r--
2020-12-03 03:41:14
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
bootstrap.min.css
141.48 KB
lrw-r--r--
2019-10-30 02:44:08
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
elementor-editor-panel.css
192 B
lrw-r--r--
2020-05-13 02:44:34
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
font-awesome.css
28.07 KB
lrw-r--r--
2019-10-30 02:44:08
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
gutenberg-custom.css
27.49 KB
lrw-r--r--
2019-10-30 02:44:26
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
gutenberg-editor-custom.css
9.37 KB
lrw-r--r--
2019-10-30 02:44:26
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
master-rtl.css
7.57 KB
lrw-r--r--
2020-03-04 05:54:56
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
master.css
65.18 KB
lrw-r--r--
2023-08-21 03:48:56
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
slick.css
4.32 KB
lrw-r--r--
2024-01-02 00:56:58
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
widget-styles-pro.css
16.98 KB
lrw-r--r--
2021-01-08 04:13:10
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
woocommerce.css
7.81 KB
lrw-r--r--
2020-04-09 05:08:56
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
xs-admin.css
1.96 KB
lrw-r--r--
2023-02-07 10:36:42
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
Zip Selected
If ZipArchive is unavailable, a
.tar
will be created (no compression).