/*
Theme Name: Porto Child
Theme URI: https://www.portotheme.com/wordpress/porto
Author: P-THEMES
Author URI: https://www.portotheme.com/
Description: Porto Responsive WordPress + eCommerce Theme.
Version: 1.1
Template: porto
License: Commercial
License URI: http://themeforest.net/licenses/regular_extended
Tags: woocommerce, corporate, ecommerce, responsive, blue, black, green, white, light, dark, red, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready
*/

/*************** ADD YOUR CUSTOM CSS HERE  ***************/
#header .main-menu > li.menu-item > a {
  font-family: Open Sans,sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: -0.5px;
  color: #1d89a5;
  padding: 9px 12px 8px 12px;
}
header .main-menu > li.menu-item > a : hover{
  font-family: Open Sans,sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: -0.5px;
  color: #fff !important;
  background-color:#1d89a5;
  padding: 9px 12px 8px 12px;
}
header .main-menu > li.menu-item > a : active{
  font-family: Open Sans,sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: -0.5px;
  color: #fff !important;
  background-color:#1d89a5;
  padding: 9px 12px 8px 12px;
}
#header .main-menu > li.menu-item:hover > a {
  background-color: #1d89a5;
  color: #ffffff;
}
#header .main-menu .narrow li.menu-item > a {
  color: #ffffff;
  background-color: #1d89a5;
}
 .medical-schedules .box-one::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: -40px;
    width: 0;
    height: 0;
    border-top: 47px solid transparent;
    border-bottom: 47px solid transparent;
    border-left: 40px solid #2eb992 !important;
    z-index: 5;
  }
.textwidget {
  color: #fff;
}
.mega-menu ul.sub-menu, .sidebar-menu ul.sub-menu {
  padding-left: 0;
  list-style: none;
  padding: 40px;
}
/* Another breakpoint for even smaller screens (e.g., phones) */
@media (min-width: 801px) {
.mobile_menu{
	display: none;
		
}	
}
@media (max-width: 800px) {
  /* CSS rules for screens 480px or less */
 
.wide_header {
  display: none;
}
.elementor-element-4303dfd{
  display: none;	
}
.elementor-element.elementor-element-bff07ca.e-con-full.e-flex.e-con.e-child {
  width: 50%;
  float: left;
}
.elementor-element.elementor-element-7775b73.e-con-full.e-flex.e-con.e-child {
  width: 50%;
}

}