/*
Theme Name: LT Society child
Template: lt_society
Version: 1.9
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: ltheme
*/

 @import url("../lt_society/style.css");
@import url("https://https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/assets/owl.carousel.min.css");

* {
  box-sizing: border-box;
}
* {
  scrollbar-width: thin;
  scrollbar-color: blue transparent;
}

/* Works on Chrome/Edge/Safari */
*::-webkit-scrollbar {
  width: 8px;
}
*::-webkit-scrollbar-track {
  background: #f2f2f2;
}
*::-webkit-scrollbar-thumb {
  background-color: #0f7aba;
  border-radius: 10px;
  border: 0;
}
body.elementor-kit-1300{
	font-family: 'Poppins', sans-serif !important;
}
body, body p{
	color:#767676 !important;
	line-height:24px !important;
	font-family: 'Poppins', sans-serif !important;
}
a:focus, a:hover, a:active {
    outline: none!important;
    border: 0;
    border-bottom: 0 !important;
}
table{
	font-family:'Poppins', sans-serif !important;
}
table th{
	background: #fff4f6;
    color: #000;
    text-transform: none;
}
table tr:nth-child(odd){
	background:#f2f2f2;
}
header .custom-logo{
	max-width:140px;
}
.log-in-sec{
	    border: 2px solid #f2784b;
    height: 90px;
    text-align: center;
    padding: 3px 10px;
    border-radius: 3px;
	box-shadow:0 0 3px 0px #757575;
}
.log-in-sec p{
    color: #000;
    position: relative;
    margin-bottom: 15px;
	font-size:14px;
}	
.log-in-sec p em{
	padding-top: 5px;
    display: block;
    font-weight: 600;
}
.log-in-sec .btn{
	padding: 2px 15px;
    font-size: 14px;
	    border: 0;
    border-bottom: 0;
}
.home .elementor-icon svg{
	    width: 1.6em;
    height: 1.6em;
}
.text-center{
	text-align:center;
}
.entry-content h2{
	margin-top:1em;
}
header.site-header{
	padding:5px 0!important;
	position:relative;
}
header.site-header.is-sticky{
	padding:5px 0!important;
}
header .site-branding{
	margin-left:50px;
	display: flex;
    align-items: center;
}
header .site-branding .second-logo img{
	width:110px;
	margin-left:15px;
	    height: 80px;
    object-fit: cover;
}
.header-right-menu{
	    display: flex;
	flex-direction:row-reverse;
	align-items:center;
}
header .right-menu{
	display:block !important;
}
.header-right-menu .wpml-ls-legacy-dropdown{
	width: 150px;
    margin: 0 8px;
}
.btn{
	color:#fff;
	background:#f2784b;
	padding: 10px 15px;
    margin: 0 5px;
    border-radius: 50px;
}
.main-navigation a{
	font-size: 20px !important;
	padding: 15px 8px;
}
.main-navigation a:hover, .main-navigation a:focus{
	text-decoration:none;
}
.home .elementor-icon svg{
	margin: 0 auto;
    vertical-align: middle;
    top: 50%;
    transform: translateY(-50%);
	    width: 90px;
    height: 90px;
}
.home span.elementor-icon{
	font-size:80px !important;
	fill:#000 !important;
}
.home .elementor-image-box-img a img{
	margin:0 auto;
}
.home .vid-img-home-sec p{
	height:150px;
	    display: flex;
    align-items: center;
    justify-content: center;
	flex-direction: column;
}
.home .vid-img-home-sec p em{
	font-size:12px;
}
/* .home .lt-slider-home{
	display:none;
} */
.entry-content h4, .entry-content h5, .entry-content h6, .entry-summary h4, .entry-summary h5, .entry-summary h6, .comment-content h4, .comment-content h5, .comment-content h6{
	margin-bottom:0 !important;
}
.elementor-widget:not(:last-child) {
    margin-bottom: 5px !important;
}
.menu-toggle{
	display:block !important;
	z-index: 999;
	color:#f2784b;
	border: 0;
    padding: 0;
	position:absolute;
}
.menu-toggle:hover, .menu-toggle:focus{
	background-color:transparent !important;
}
.site-header-main .menu-toggle:hover:before {
    color: #000 !important;
}
.site-header-main .menu-toggle.toggled-on:hover:before {
    color: #fff !important;
}
.menu-toggle.toggled-on, .menu-toggle.toggled-on:hover, .menu-toggle.toggled-on:focus {
    background-color: transparent;
    border-color: 0;
}
.site-header-menu{
	display:none;
    position: fixed;
    width: 100%;
    left: 0;
    top: 0px;
    z-index: 99;
    height: 100%;
	background-color:rgba(0, 0, 0, .9);
	margin:0 !important;
}
body ul.primary-menu {
    background: transparent !important;
    padding: 0 10px;
	text-align:center;
	margin-top:100px;
	display: flex;
    justify-content: space-around;
}
.main-navigation li {
    border-top: 1px solid #d1d1d1;
    position: relative;
}
.main-navigation {
    margin: 0;
}
.site-header-menu {
    flex: 0 1 100%;
}
.main-navigation .primary-menu > li {
    float: none;
	border-bottom: 0 !important;
	border:0;
}
.main-navigation .primary-menu {
    border-bottom: 0;
}
.dropdown-toggle:after {
    border: 0;
    border-left-width: 0 !important;
    color: #fff !important;
}
.primary-menu > li > a {
    color: #fff !important;
}
.main-navigation li:hover > a, .main-navigation li.focus > a, .main-navigation li.current_page_item > a {
    color:#f2784b !important;
}
.menu-toggle.toggled-on{
	position: absolute;
    right: 40px;
}
.menu-toggle.toggled-on:focus {
    outline: none;
}
.site-header-main .menu-toggle.toggled-on:before {
    content: "\f00d";
}
.lt-slider-right-call i{
	font-size:35px !important;
}
.lt-slider-right-call h3{
	margin-bottom:0 ;
}
.elementor-widget:not(:last-child) {
    margin-bottom: -2px !important;
}
.main-navigation li:hover > ul, .main-navigation li.focus > ul{
	width:180px;
}
.main-navigation li:last-child:hover > ul, .main-navigation li:last-child.focus > ul{
	width:300px;
}
.main-navigation ul ul.sub-menu a{
	font-size:14px !important;
	width:100% !important;
	text-align:left !important;
	padding: 10px 5px;
    font-weight: 400;
}
.main-navigation .menu-item-has-children > a:after{
	top:20px !important;
}
.elementor-swiper-button-next {
    right: 3px !important;
}
.home .lt-contact > .elementor-background-overlay{
	height:820px;
}
.lt-about-right-video.video-sec{
	    width:100%!important;
    margin: 0 auto;
}
.lt-about-right-video-content.video-content {
    width: 100% !important;
    padding-left: 0px;
}
.lt-work-item .elementor-icon-box-title{
   display:none !important;
}
.main-footer .footer2{
	display:none;
}
.main-footer .columns{
	width:33% !important;
}
.breadcrumb{
	display:none;
}
.inner-banner-sec h1{
	font-size:60px;
	margin:0;
}
.innerpage-sec-title{
	background:#9fdcef;
	color:#000;
}
.innerpage-sec-title h2{
	text-transform:uppercase;
	margin:0;
	font-size:22px;
	font-weight:600;
}
.innerpage-sec-title h2 b{
	width: 85%;
    display: inline-block;
    vertical-align: middle;
    font-size: 20px;
}
.innerpage-sec-title span{
	background: #006271;
    height: 100%;
    display: inline-block;
    padding: 10px;
	margin-right:15px;
}
.innerpage-sec-title span img{
	width:40px;
}
.about-content{
	padding: 25px 40px 15px;
    width: 100%;
    height: 250px;
    overflow: auto;
	border: 1px solid #9fdcef;
	font-family:'Poppins', sans-serif !important;
}
.accordian-sec-main .elementor-widget-wrap{
	    border: 1px solid #c7ddf2;
}
.home .elementor-widget-image .elementor-image img{
	border: 0;
	    height: auto;
    width: auto;
}
.contact-form-sec{
	width:60% !important;
	margin:0 auto;
}
.contact-form-sec .row{
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}
.contact-form-sec .row .col-md-6{
	width:49%;
}
.contact-form-sec label{
	display:block;	
}
.contact-form-sec .form-control{
	margin-bottom:15px;
}
.contact-form-sec button{
	text-align: center;
    margin: 0 auto;
    display: block;
    padding: 15px 25px;
    line-height: normal;
}
.contact-form-sec select.form-control{
	background: #f7f7f7;
    background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
    border: 1px solid #d1d1d1;
    border-radius: 2px;
    color: #686868;
    padding: 0.625em 0.4375em;
    width: 100%;
}
.contact-form-sec select.form-control:focus{
	outline:none;
}
.contact-form-sec .elementor-widget-container{
	padding: 40px 40px 40px 40px;
    background-color: #FFFFFF;
    box-shadow: 0px 0px 10px 0px rgba(105.375, 104, 104, 0.5);

}
.home .contact-form-sec .elementor-column-wrap.elementor-element-populated{
	box-shadow:none !important;
	padding:0 !important;
	transition:none !important;
}
.page-form-sec{
	padding:40px 0;
	background:#f2f2f2;
}
.elementor-widget-image .elementor-image img{
	border: 1px solid #9fdcef;
	    height: 310px;
    width: 100%;
	object-fit:cover;
}
.about-content ul{
	padding-left:20px;
}
.about-content ul li > ul{
	padding-left:0;
}
.about-content ul li{
	list-style:disc;
	position: relative;
    margin: 0 0 10px 0;
	padding-left:0;
	line-height:24px;
	font-family:'Poppins', sans-serif !important;
}
.about-content ul li > ul li{
	list-style:circle;
	    padding-left: 0;
    margin-bottom: 0;
}
.about-content ul li > ul li > ul{
	padding-left:0;
}
.about-content ul li > ul li > ul li{
	list-style:circle;
	margin-left:20px;
}
.about-content ul li img{
    position: absolute;
    left: 0;
    top: 4px;
	display:none;
}
.slider-title{
	background:#f4dbed;
}
.innerpage-sec-title.slider-title span{
	background: #b642a9;
    height: 100%;
    display: inline-block;
    padding: 10px;
	margin-right:15px;
}
.do-dont-title{
	background:#c7ddf2;
	margin-bottom:20px;
}
.page-id-1845 .do-dont-title{
	margin-bottom:0px;
}
.innerpage-sec-title.do-dont-title span{
	background: #086ab2;
    height: 100%;
    display: inline-block;
    padding: 10px;
	margin-right:15px;
}
.innerpage-sec-title.do-dont-title imge{
	height:40px;
}
.inner-page-slider .section-info-content p{
	color:#fff !important;
	padding-left: 0px;
	margin-top:25px;
}
.inner-about-video-sec img{
	    height: 310px !important;
    object-fit: cover;
}
.inner-about-video-sec .elementor-custom-embed-image-overlay{
	height:310px !important;
	object-fit:cover;
}
.elementor-widget-video .elementor-widget-container{
	overflow:visible !important;
}
.lt-choose h2.elementor-heading-title{
	margin-bottom:0;
}
.lt-choose p{
	color:#000 !important;
	background: rgba(255, 255, 255, 0.8);
    padding: 15px;
    border-radius: 5px;
}
.section-info-content p{
	color:#767676;
	padding-left: 0px;
    position: relative;
}
.section-info-content img{
	position:absolute;
	top:4px;
	left:0;
	display:none;
}
.asthma-accordion-sec p, .asthma-accordion-sec ul li{
	font-family:'Poppins', sans-serif !important
}
.asthma-accordion-sec .elementor-accordion .elementor-accordion-item .elementor-tab-title{
	background:#c9dcf2;
	position:relative;
	padding:20px 20px 15px 70px;
}
.asthma-accordion-sec .elementor-accordion .elementor-accordion-item #elementor-tab-title-3252.elementor-tab-title{
	background:#ebbdd5;
}
.asthma-accordion-sec .elementor-accordion .elementor-accordion-item #elementor-tab-title-3254.elementor-tab-title{
	background:#ebbdd5;
}
.asthma-accordion-sec .elementor-accordion .elementor-tab-title:before{
	position: absolute;
    background-image: url(https://https://wp-content/uploads/2020/10/health-care.png);
    width: 45px;
    height: 45px;
    content: "";
    left: 17px;
    background-size: 30px 30px;
    background-repeat: no-repeat;
    top: 15px;
    z-index: 1;
}
.asthma-accordion-sec .elementor-accordion .elementor-accordion-item #elementor-tab-title-1952.elementor-tab-title {
    background: #ebbdd5;
}
.asthma-accordion-sec .elementor-accordion #elementor-tab-title-1952.elementor-tab-title:after {
    background-color: #aa5397;
}
.asthma-accordion-sec .elementor-accordion .elementor-accordion-item #elementor-tab-title-1452.elementor-tab-title {
    background: #ebbdd5;
}
.asthma-accordion-sec .elementor-accordion #elementor-tab-title-1452.elementor-tab-title:after {
    background-color: #aa5397;
}
.asthma-accordion-sec .elementor-accordion .elementor-tab-title:after{
	content:"";
	background-color: #0f7aba;
    position: absolute;
    width: 60px;
    height: 56px;
    top: 0;
    left: 0;
}
.asthma-accordion-sec .elementor-accordion #elementor-tab-title-3252.elementor-tab-title:after{
	background-color: #aa5397;
}
.asthma-accordion-sec .elementor-accordion #elementor-tab-title-3254.elementor-tab-title:after{
	background-color: #aa5397;
}
.asthma-accordion-sec .elementor-accordion .elementor-tab-title a{
	font-size:22px;
	color:#000;
}
.asthma-accordion-sec .elementor-accordion .elementor-accordion-item {
    border-width: 1px !important;
    margin-bottom: 15px !important;
    border-radius: 5px !important;
	box-shadow:0 0 5px 0px rgba(0, 0, 0, 0.3) !important;
}
.asthma-accordion-sec .elementor-accordion .elementor-accordion-item .elementor-tab-content {
    /* border-width: 1px; */
    border-top: 2px solid #000 !important;
	background:#f9f9f9 !important;
}
.asthma-accordion-sec .elementor-accordion .elementor-accordion-item .elementor-tab-content p{
	margin-bottom:15px !important;
}
.inner-page-slider .elementor-column-gap-default>.elementor-row>.elementor-column>.elementor-element-populated {
     padding: 0px !important;
} 
.asthma-accordion-sec ul{
	padding-left: 20px;
}
.lt-contact-wrap.elementor-element-1dc21e2e{
	box-shadow:none;
}
.lt-contact-wrap.elementor-element-1dc21e2e form.wpcf7-form{
	background:#fff;
	max-width: 600px;
    margin: 0px auto 0;
	padding:50px;
	box-shadow:0 0 3px #c1c1c1;
}
.covid-table table th, .covid-table table td{
	text-align:center;
}
.covid-table table th{
	vertical-align:top;
}
.covid-table table th small{
	display:block;
	line-height:normal;
}
/*Slider*/
.owl-carousel{
	width:90%;
	margin:50px auto;
	position:relative;
	
}


.owl-carousel  .owl-item:nth-of-type(1n+0) .slider-block .innerpage-sec-title{
	background-color: #c9dcf2;
}
.owl-carousel  .owl-item:nth-of-type(1n+0) .slider-block .innerpage-sec-title span {
    background: #0f7aba;
}
.owl-carousel  .owl-item:nth-of-type(2n+0) .slider-block .innerpage-sec-title{
	background-color: #ebbdd5;
}
.owl-carousel  .owl-item:nth-of-type(2n+0) .slider-block .innerpage-sec-title span {
    background: #b642a9;
}
.owl-carousel ul{
	margin-left: 20px;
    margin-bottom: 0;
	line-height:24px;
	color:#767676;
}

.slider-block{
	    border-radius: 5px;
    overflow: hidden;
    background: #fff;
    min-height: 400px;
	transition:.3s;
	
}
.slider-content{
	padding: 10px 20px;
    height: 320px;
    overflow-y: auto;
}
.slider-block .innerpage-sec-title{
	    max-height: 70px;
    min-height: 70px;
    overflow: hidden;
    padding: 10px 10px 10px 80px;
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
	transition:.3s;
	border-bottom:1px solid #000;
}

.slider-block .innerpage-sec-title h2{
	font-size: 18px;
    text-transform: capitalize;
    margin:0;
}
.slider-block .innerpage-sec-title span{
	position: absolute;
    left: 0;
	top:0;
	padding:20px 15px;
	transition:.3s;
}
.slider-block .innerpage-sec-title span img {
    width: 40px !important;
}
.owl-nav{
	position: absolute;
    top: -10px;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.owl-nav span{
	font-size:100px;
	color:#fff;
}
.owl-prev{
	left: -40px;
    position: absolute;
    top: 50%;
}
 .owl-next{
	right: -40px;
    position: absolute;
    top: 50%;
}
.owl-carousel button:hover{
	background:transparent !important;
}
.elementor-icon-box-content h3.elementor-icon-box-title{
	margin:0 !important;
}
.download-pdf-sec .elementor-widget-icon-box:hover .elementor-icon {
    fill: #fff !important;
    color: #fff !important;
    border-color: #fff !important;
}
.download-pdf-sec .elementor-widget-icon-box:hover .elementor-widget-container{
	cursor:pointer;
}
.download-pdf-sec .elementor-widget-icon-box:hover .elementor-icon-box-title{
	color:#fff !important;
}
.download-pdf-sec .download-pdf-m p{
	color:#000 !important;
}
.wpcf7-form p:last-of-type{
	text-align:center;
}
.btn:hover, .btn:focus{
	    background: #f78961;
    color: #fff;
}
.post-popup .popup-header{
	display:none;
}
.video-sec-home{
	position:relative;
}
.main-footer, .site-footer{
	background:#fff !important;
	color:#000;
}
.main-footer .footer3 ul li a{
	color:#000 !important;
}
.main-footer{
	padding:0 !important;
	border-top: 1px solid #d8d8d8;
}
.main-footer .columns{
	padding:20px 10px 0 !important;
}
.site-footer .container{
	padding:10px 0 !important;
}
.main-footer h2 {
    color: #f2784b !important;
	margin-bottom:10px !important;
}
.main-footer .footer3 ul li {
    list-style: none;
    line-height: 26px !important;
}
.main-footer .four.columns.footer1{
	display:flex;
	align-items:center;
}
.main-footer p{
	color:#000 !important;
}
.site-footer .site-info p{
	font-size:14px;
	color:#000 !important;
}
.main-footer .footer4 ul li:before {
    font-family: FontAwesome;
    width: 45px;
    height: 45px;
    text-align: center;
    border-radius: 100px;
    background-color: #00b0bf;
    line-height: 45px;
    padding: 14px;
    color: #fff;
    margin-right: 10px;
}
.main-footer .footer4 ul li {
    display: inherit;
    line-height: 1;
    font-size: 15px;
    color: rgba(255,255,255,0.67);
    font-weight: 600;
    padding-left: 0;
    padding: 8px 0;
    letter-spacing: 1px;
    font-family: 'Open Sans', sans-serif;
}
.main-footer .footer4 ul li a {
    box-shadow: none;
    color: #a0aec6;
}
.main-footer .footer1 img{
	width:180px;
	margin-bottom:0;
}
.main-footer .footer1 #media_image-4 img, .main-footer .footer1 #media_image-5 img{
	
	padding:10px;
	
}
.main-footer .footer1 #media_image-5 img{
	object-fit: cover;
    height: 150px !important;
}
.sidebar-right-blog{
	display:none;
}
.single-post .elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 100%;
}
.single-post p{
	margin-bottom:15px;
}
.single-post ul{
	margin-left:18px;
	color:#767676;
}
.single-post a{
	text-decoration:none;
	box-shadow:none;
}
.elementor-2 .elementor-element .elementor-heading-title {
    color: #ff662a;
    font-family: sans-serif !important;
	text-shadow:0 !important;
	text-transform:normal !important;
}
.elementor-2 .elementor-element.elementor-element-70d3b15b .elementor-image-box-content .elementor-image-box-title, .elementor-2 .elementor-element.elementor-element-24bcd351 .elementor-heading-title{
	text-transform:none !important;
}
.elementor-widget-video.video-sec-home .elementor-custom-embed-image-overlay img{
	    height: 320px;
    object-fit: cover;
}
.elementor-column-gap-default>.elementor-row>.elementor-column>.elementor-element-populated {
    padding: 0;
}

.elementor-swiper-button-prev{
	left:0 !important;
}
.contact-sec-title p{
	margin-bottom: 8px;
    color: #fff !important;
    font-size: 20px;
}
.contact-sec-title h3{
	margin: 0 0 30px;
    color: #fff;
    font-size: 28px
}
.about-asthma-img img{
	object-fit:contain !important;
}
.content-sidebar-ws #content #primary, .content-sidebar-blog.blog #content #primary {
    width: 100%!important;
    margin-left: 0;
}
.content-sidebar-blog.blog .page-header{
	display:none;
}
.content-sidebar-blog.blog .cat-links, .content-sidebar-blog.blog .comments-link, .content-sidebar-blog.blog .edit-link{
	display:none;
}
label.error{
	font-size: 12px;
    line-height: normal;
    color: red;
}
i.red{
	color: red;
}
.suc_msg h5{
	color:green !important;
}
header .user-icon{
	display:none;
}
.elementor-widget-video .elementor-custom-embed-image-overlay img {
    display: block;
    width: 100%;
    height: 310px !important;
    object-fit: cover !important;
}
.elementor-widget-video.material-video .elementor-custom-embed-image-overlay img{
	height:auto !important;
}
.elementor-aspect-ratio-169 .elementor-fit-aspect-ratio {
    padding-bottom: 68.25% !important;
}
.home-video-play-sec.elementor-widget-video .elementor-custom-embed-image-overlay img{
	height:172px !important;
}
.home-video-name-sec{
	    position: absolute !important;
    background: rgba(0,0,0,0.4);
	height:172px !important;
}
.home-video-name-sec p{
	    color: #fff !important;
			height:150px !important;
}
.vid-img-home-sec .vid-hover-sec:hover .home-video-name-sec{
	display:none;
}
.login-form, .registration-form{
	width: 50%;
    margin: 80px auto;
   /* border: 1px solid #f2f2f2;
    border-radius: 5px;*/
    padding: 20px 40px;
	box-shadow:0 0 5px -4px #000;
	text-align:center;
}
#lostpasswordform, #resetpasswordform {
    width: 50%;
    margin: 80px auto;
    border: 1px solid #f2f2f2;
    padding: 20px 40px;
    box-shadow: 0 0 5px -4px #000;
}
#password-lost-form-wrap fieldset{
	margin:0 !important;
}
#lostpasswordform .somfrp-lost-pass-form-text, #resetpasswordform .somfrp-lost-pass-form-text{
	margin-bottom:20px;
}
#lostpasswordform .somfrp-lost-pass-form-text p, #resetpasswordform .somfrp-lost-pass-form-text p{
	font-size:15px;
}
#lostpasswordform button#reset-pass-submit, #resetpasswordform button#reset-pass-submit{
	    color: #fff;
    background: #f2784b;
    padding: 15px 25px;
    margin: 0 auto;
    border-radius: 50px;
    font-weight: 400;
    transition: 0.3s;
    margin-top: 16px;
    text-align: center;
    display: inherit;
}
#resetpasswordform input{
	max-width:100% !important;
	margin-bottom:16px;
}
.som-password-error-message, .som-password-sent-message{
	background-color:transparent !important;
	border:none !important;
	text-align:center;
	margin:0;
}
.som-password-error-message span, .som-password-sent-message span{
	color:red;
	font-weight:600;
}
.login-form .form-group, .registration-form .form-group{
	text-align:left;
}
.login-form .red-text, .registration-form .red-text{
	color:red;
}
input[type="submit"].login_btn, input[type="submit"].reg_btn{
	color: #fff;
    background: #f2784b;
    padding: 15px 25px;
    margin: 0 auto;
    border-radius: 50px;
    font-weight: 400;
	transition:0.3s;
}
input[type="submit"].login_btn:hover, input[type="submit"].reg_btn:hover{
	background:#000;
}
.single-tribe_events a.tribe-events-gcal, .single-tribe_events a.tribe-events-gcal:hover, .single-tribe_events a.tribe-events-ical, .single-tribe_events a.tribe-events-ical:hover{
	color:#f2784b !important;
}
.tribe-events-schedule{
	margin:0 0 10px;
}
.tribe-events-schedule h2{
	font-size: 14px;
    margin: 0;
    color: #848484;
    font-weight: 400;
    font-style: italic;
}
.single-tribe_events .tribe-events-event-meta {
    background: #f2f2f2;
	border:0;
}
.tribe-events-meta-group .tribe-events-single-section-title {
    font-size: 17px;
    color: #000;
}
.single-tribe_events #tribe-events-content .tribe-events-event-meta dt{
	line-height:25px;
}
#tribe-events-content .tribe-events-abbr {
    border-bottom: 0;
    cursor: default;
    color: #f2784b;
}
.event_speaker h2{
	color: #141827;
    font-size: 1.7em;
    line-height: 1;
    margin: 0;
    padding-bottom: 20px;
}
.event_speaker img{
	height:170px !important;
	object-fit:cover;
}
.event_speaker h5{
	color: #000;
    padding: 10px 0 0px;
}
.event_speaker p{
	font-style:italic;
}
.type-tribe_events.status-publish {
    border-bottom: 0 !important;
	padding-bottom:0 !important;
	margin-bottom:0 !important;
}
.single-tribe_events #tribe-events-footer{
	border-top: 0 !important;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-l-container{
	padding-top:40px;
	padding-bottom:40px;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-header__top-bar {
    margin-bottom: 10px;
}
.tribe-events .tribe-events-c-top-bar__datepicker-button:hover{
	background-color:transparent !important;
}
.tribe-events-calendar-list__event-datetime-wrapper{
	margin:0 !important;
}
.tribe-common a.more-link, .tribe-common a.more-link:active, .tribe-common a.more-link:focus, .tribe-common a.more-link:hover, .tribe-common a.more-link:visited {
    color: #f2784b !important;
}
.tribe-events-calendar-list__event-datetime-wrapper time.tribe-events-calendar-list__event-datetime{
	color: #aaa;
    font-style: italic;
	font-family: 'Poppins', sans-serif !important;
}
.tribe-common--breakpoint-medium.tribe-common .tribe-common-h4--min-medium{
	font-family: 'Poppins', sans-serif !important;
}
.tribe-events-calendar-list__event-date-tag-daynum.tribe-common-h5.tribe-common-h4--min-medium{
	font-family: 'Poppins', sans-serif !important;
	padding: 8px;
    border: 1px solid #000;
    background: #fff;
}
.tribe-events .tribe-events-calendar-list__event-date-tag-weekday{
	    padding: 3px 0 6px;
    background: #f00;
    color: #fff;
    font-family: 'Poppins', sans-serif !important;
	font-size:16px;
}
.tribe-common--breakpoint-medium.tribe-common .tribe-common-h3{
	font-size:18px;
	text-transform:capitalize;
	font-family: 'Poppins', sans-serif !important;
}
.tribe-common--breakpoint-medium.tribe-common .tribe-common-c-btn-border-small, .tribe-common--breakpoint-medium.tribe-common a.tribe-common-c-btn-border-small {
    padding: 4px 10px;
	background: #f2784b;
    border: #fff;
    color: #fff;
}
.tribe-events-calendar-list-nav button:hover{
	background-color:transparent !important;
	color:#f2784b !important;
	padding:0 !important;
	font-weight:400;
}

.tribe-events-calendar-list-nav button{
	color:#000 !important;
	font-size:16px;
	font-family: 'Poppins', sans-serif !important;
}
.tribe-events .tribe-events-c-nav__prev:disabled .tribe-events-c-nav__prev-icon-svg path, .tribe-events .tribe-events-c-nav__next:disabled .tribe-events-c-nav__next-icon-svg path {
    fill: #001b2a;
}
.tribe-events-calendar-list-nav button:hover .tribe-events-c-nav__prev-icon-svg path{
	fill:#f2784b !important;
}
.tribe-events-calendar-list-nav button:hover .tribe-events-c-nav__next-icon-svg path{
	fill:#f2784b !important;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-nav__prev-icon-svg {
    margin-right: 7px;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-nav__next-icon-svg {
    margin-left:7px;
}
.tribe-common .tribe-common-c-btn, .tribe-common a.tribe-common-c-btn{
	background-color: #f2784b !important;
	    padding: 5px 12px;
    font-weight: 400;
	font-family: 'Poppins', sans-serif !important;
}
.tribe-common--breakpoint-medium.tribe-common .tribe-common-form-control-text__input{
	background-color:transparent;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-view-selector--tabs .tribe-events-c-view-selector__list-item-link{
	padding:12px 0 !important;
	font-family: 'Poppins', sans-serif !important;
}
.tribe-common--breakpoint-medium.tribe-common .tribe-common-form-control-text__input {
    padding: 10px 20px 10px 40px !important;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-search__input-control {
    margin: 0px 0 !important;
}
.tribe-common .tribe-common-c-svgicon {
    color: #f2784b !important;
}
.tribe-events .tribe-events-c-ical__link:active, .tribe-events .tribe-events-c-ical__link:focus, .tribe-events .tribe-events-c-ical__link:hover {
    color: #fff;
    background-color: #f2784b;
}
.tribe-events .tribe-events-c-ical__link {
    align-items: center;
    background-color: #fff;
    border: 1px solid #f2784b;
    border-radius: 4px;
    color: #f2784b;
    font-weight: 700;
}
.datepicker-days table th, .datepicker-months table th {
    background: #ffffff;
}
.datepicker-months table tr:nth-child(odd), .datepicker-days table tr:nth-child(odd){
    background: #ffffff;
}
.tribe-events .datepicker .day.active, .tribe-events .datepicker .day.active.focused, .tribe-events .datepicker .day.active:focus, .tribe-events .datepicker .day.active:hover, .tribe-events .datepicker .month.active, .tribe-events .datepicker .month.active.focused, .tribe-events .datepicker .month.active:focus, .tribe-events .datepicker .month.active:hover, .tribe-events .datepicker .year.active, .tribe-events .datepicker .year.active.focused, .tribe-events .datepicker .year.active:focus, .tribe-events .datepicker .year.active:hover {
    color: #fff;
    background: #f2784b;
    text-shadow: none;
}
.tribe-events .tribe-events-calendar-month__day--current .tribe-events-calendar-month__day-date-link {
    color: #f2784b;
}
.tribe-events .tribe-events-calendar-month__multiday-event-bar-inner--focus, .tribe-events .tribe-events-calendar-month__multiday-event-bar-inner--hover, .tribe-events .tribe-events-calendar-month__multiday-event-bar-inner:focus, .tribe-events .tribe-events-calendar-month__multiday-event-bar-inner:hover, .tribe-events .tribe-events-calendar-month__multiday-event-bar-inner {
    background-color: rgba(242, 120, 75, 0.5) !important;
}
.tribe-common-c-btn-icon.tribe-common-c-btn-icon--caret-right.tribe-events-c-top-bar__nav-link.tribe-events-c-top-bar__nav-link--next, .tribe-common-c-btn-icon.tribe-common-c-btn-icon--caret-left.tribe-events-c-top-bar__nav-link.tribe-events-c-top-bar__nav-link--prev{
	background-color: transparent !important;
    padding: 0 !important;
}
.tribe-common-c-btn-icon.tribe-common-c-btn-icon--caret-right.tribe-events-c-top-bar__nav-link.tribe-events-c-top-bar__nav-link--next svg path, .tribe-common-c-btn-icon.tribe-common-c-btn-icon--caret-left.tribe-events-c-top-bar__nav-link.tribe-events-c-top-bar__nav-link--prev svg path{
	fill:#000 !important;
}
.event_register{
	margin-top:20px;
}
.event_register a{
	color: #fff;
    background: #f2784b;
    padding: 6px 15px;
    margin: 0 5px;
    border-radius: 50px;
	font-family: 'Poppins', sans-serif !important;
}
.local-guideline-sec:hover .elementor-icon{
	fill:#fff !important;
	color:#fff !important;
	border-color:#fff !important;
}
.local-guideline-sec:hover h3.elementor-icon-box-title, .local-guideline-sec:hover p.elementor-icon-box-description {
    color: #fff !important;
}
.user-link{
	display:none;
}
.dashboard-page-m{
	margin:90px 0;
}
.dash-link-sec{
	border: 1px solid #d0d0d0;
	box-shadow:0 0 5px -2px #000;
    
}
.dash-link-sec a{
	font-weight:800;
	color:#000;
	font-size:20px;
	position:relative;
	padding-left:130px;
	height:150px;
	display:flex;
	align-items:center;
	transition:0.2s;
}
.dash-link-sec a:hover{
	background-color:#f2784b;
	color:#fff;
	border-bottom:0;
	text-decoration:none;
	outline:none;
}
.dashboard-page-m .dashboard-sec .dash-link-sec a:hover::before{
	background:#fff;
}
.dashboard-page-m .dashboard-sec .dash-link-sec a:hover::after{
	color:#f2784b !important;
}
.dashboard-page-m .dashboard-sec .dash-link-sec a:before{
	content: "";
    position: absolute;
    background: #f2784b;
    height: 60px;
    width: 60px;
    border-radius: 50px;
	left:50px;
}
.dashboard-page-m .dashboard-sec:first-child .dash-link-sec a:after{
	content: "\f073";
    font-family: 'FontAwesome';
    color: #fff;
    position: absolute;
    left: 66px;
    font-size: 30px;
}
.dashboard-page-m .dashboard-sec:nth-child(2) .dash-link-sec a:after{
	content: "\f14e";
    font-family: 'FontAwesome';
    color: #fff;
    position: absolute;
    left: 68px;
    font-size: 30px;
}
.dashboard-page-m .dashboard-sec:nth-child(3) .dash-link-sec a:after{
	content: "\f02e";
    font-family: 'FontAwesome';
    color: #fff;
    position: absolute;
    left: 70px;
    font-size: 30px;
}
.dashboard-page-m .dashboard-sec:nth-child(4) .dash-link-sec a:after{
	content: "\f02d";
    font-family: 'FontAwesome';
    color: #fff;
    position: absolute;
    left: 66px;
    font-size: 30px;
}
.dashboard-sec{
	margin:15px 0;
}
.mec-wrap .row.mec-single-event{
	text-align:center;
	font-family: 'Poppins', sans-serif;
	position:relative;
	max-width:60%;
	margin:20px auto;
}
.singeve_savetitle h1{
	text-align: center;
    margin: 50px 0;
    font-size: 32px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    letter-spacing: 0.2px;
	color:#f2784b;
}
.sing_cahirman{
	border: 1px solid #9fdcef;
    width: 59%;
    margin: 0 auto;
    padding: 0 0 20px;
	display:inline-block;
	margin-bottom:25px;
	background:#fff;
}
.sing_speakersec, .single_event_description{
	border: 1px solid #9fdcef;
    margin: 0 auto;
    padding: 0 0 20px;
	margin-bottom:25px;
	width:100%;
	background:#fff;
}
.event_content{
	width:100%;
	margin-bottom:25px;
}
.sing_cahirman h3{
	font-size:20px;
	background: #9fdcef;
    margin: 0 auto 10px;
    padding: 10px;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
}
.sing_speakersec h3, .single_event_description h3{
	font-size:20px;
	background: #9fdcef;
    margin: 0 auto 10px;
    padding: 10px;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
}
.sing_speakersec h5, .chair_persion h5{
	color: #f2784b;
    font-weight: 700;
    font-family: 'Roboto';
	margin:10px 0 0;
}
.mec-wrap .sing_speakersec img{
	height: 110px;
    width: 110px;
    object-fit: cover;
    border-radius: 110px;
    border: 1px solid #ddd;
}
.mec-wrap .sing_speakersec p{
	margin:0 auto;
	width:100%;
	color:#767676 !important;
}
.mec-wrap .sing_cahirman p{
	margin-bottom:0;
	color:#767676 !important;
}
.sing_cahirman p strong{
	color:#f2784b;
	font-size: 16px;
    line-height: 25px;
}
.mec-event-info-desktop.mec-event-meta{
	display:inline-block;
	vertical-align:top;
	margin: 0 0 25px 20px !important;
    width: 50% !important;
}
.single_event_description ul{
	padding:0 20px;
	text-align:left;
}
.rtl .single_event_description ul{
	margin-right:15px;
	text-align:right;
}
.single_event_description ul li{
	color: #767676;
    font-family: 'Poppins', sans-serif;
}
.single_event_description a, .mec-event-info-desktop.mec-event-meta a{
	background: #f2784b;
    color: #fff;
	padding:10px 15px;
	border-radius:50px;
	font-size:14px;
	font-family:'Poppins', sans-serif;
	transition:0.2s;
}
.single_event_description a:hover, .mec-event-info-desktop.mec-event-meta a:hover{
	background:#f78961;
	text-decoration:none;
	outline:none;
	border-bottom:0;
}
.mec-event-info-desktop.mec-event-meta a{
	display:block;
	margin-bottom:22px;
}
.mec-wrap .col-md-12{
	padding:0;
}
.mec-single-event .mec-frontbox{
	border:1px solid #9fdcef !important;
}
.mec-single-event-date span{
	display: block;
    color: #000;
    font-weight: 600;
    text-align: center;
    font-size: 18px;
    margin: 15px 0 5px;
}
.mec-single-event-date dd{
	padding:0 !important;
}
.single-mec-events .site-inner{
	background-color:#e0f0fb;
	max-width:100%;
}
.local-guideline-sec h3{
	margin-bottom:10px;
}
.local-guideline-sec{
	box-shadow: 0 0 4px -2px #000;
    border-radius: 5px;
    padding: 10px 10px 0;
	margin:0 5px;
	cursor:pointer;
}
.local-guideline-sec:hover{
	background:#f2784b;
}
.local-guideline-sec:hover h3, .local-guideline-sec:hover p{
	color:#fff !important;
}
.local-guideline-sec .elementor-icon{
	margin:5px 0;
}
.publication-sec-m{
	text-align:center;
	border:1px solid #9fdcef;
}
.publication-sec.elementor-widget:not(:last-child){
	margin-bottom:5px !important;
}
.publication-sec{
	box-shadow: 0 0 3px -1px #000;
    border-radius: 5px;
    padding: 3px 10px;
    margin: 10px !important;
	transition:0.2s;
	background:#f2f2f2;
}
.publication-sec:hover{
	background:#f2784b;
}
.publication-sec:hover p, .publication-sec:hover i{
	color:#fff !important;
}
.publication-sec p{
	margin-bottom: 0;
    font-size: 16px;
    line-height: normal;
	
}
.publication-sec i{
	font-size: 20px;
    color: #333;
    margin: 10px 0;
}
.mec-box-calendar.mec-calendar .mec-calendar-events-side{
	padding:0;
}
.mec-calendar{
	border:0;
	box-shadow:none;
}
.mec-calendar-events-side h2, .past_vid_sec h2{
	color: #f2784b;
    font-weight: 600;
    font-size: 24px;
	padding:10px 20px;
}
.mec-calendar .mec-calendar-side .mec-next-month:hover, .mec-calendar .mec-calendar-side .mec-previous-month:hover {
    background-color: #f2784b;
    color: #fff;
}
.mec-calendar .mec-calendar-side .mec-next-month:hover i, .mec-calendar .mec-calendar-side .mec-previous-month:hover i{
    color: #fff;
}
.mec-calendar .mec-calendar-side .mec-next-month i, .mec-calendar .mec-calendar-side .mec-previous-month i {
    font-size: 12px;
    color: #a9a9a9;
    cursor: pointer;
}
.entry-content .mec-wrap h1, .entry-content .mec-wrap h2, .entry-content .mec-wrap h3, .entry-content .mec-wrap h4, .entry-content .mec-wrap h5, .entry-content .mec-wrap h6, .mec-wrap h1, .mec-wrap h2, .mec-wrap h3, .mec-wrap h4, .mec-wrap h5, .mec-wrap h6{
	font-family: 'Roboto', sans-serif;
}
.lity-container, .mec-wrap, .mec-wrap div:not([class^=elementor-]) {
    font-family: 'Roboto', sans-serif;
}
.mec-calendar .mec-selected-day, .mec-calendar .mec-selected-day:hover {
    background: #f2784b;
    color: #fff;
}
.mec-calendar .mec-calendar-row dt.mec-has-event:hover {
    background: #f2784b;
}
.mec-calendar .mec-has-event:after {
    background-color: #f2784b;
	width: 5px;
    height: 5px;
    bottom: 5px;
}
.mec-calendar .mec-calendar-side .mec-next-month, .mec-calendar .mec-calendar-side .mec-previous-month{
	color:#656565;
	box-shadow:0 0 6px -3px #000;
}
.mec-calendar dt{
	height:50px;
	line-height:50px;
}
.mec-calendar .mec-event-article{
	padding-bottom:0;
	padding-top:0;
	padding:10px 20px;
}
.mec-wrap p.ev_date {
       margin: 5px 0 0 0;
    color: #000 !important;
    font-size: 13px;
}
.mec-calendar .mec-event-article .mec-event-time{
	    font-size: 14px;
    line-height: 25px;
}
.mec-event-time.mec-color{
	color:#9c9c9c;
}
.mec-event-loc-place p{
	margin-bottom:0;
}
.mec-month-side span{
	padding: 10px 20px;
    font-size: 24px;
}
.mec-calendar .mec-event-article .mec-event-title{
	margin:0 0 8px;
}
.mec-calendar .mec-event-article .mec-event-title a, .mec-calendar .mec-event-article .mec-event-title a:hover{
	color:#174173;
	font-size:14px;
}
.mec-calendar .mec-event-article {
    padding-bottom: 0;
    padding-top: 0;
    padding: 10px 20px;
    border-top: 0;
    box-shadow: 0 0 7px #e6e6e6;
    margin-bottom: 20px;
	margin-left:20px;
}
.pastev_sec .past-event{
	padding: 10px 20px;
	box-shadow: 0 0 7px #e6e6e6;
	margin-bottom:40px;
}
.mec-event-article .mec-event-image img{
	    background: #8e8e8e;
    border-radius: 50%;
    padding: 5px;
}
.mec-calendar-side .mec-calendar-table {
    min-height: 300px;
}
.mec-calendar .mec-event-footer {
    width: auto;
    min-height: 60px;
    display: none;
}
.mec-calendar .mec-calendar-row dt:hover {
    background: #f4f4f4;
    color: #000;
}
.event-color{
	height:10px;
	width:10px;
}
.mec-container{
	width: 30%;
    text-align: center;
    margin: 50px auto;
    box-shadow: 0 0 3px -1px #000;
    border-radius: 5px;
    padding: 25px;
}
.mec-container h1{
	font-size: 27px;
    color: #000;
	font-family: 'Roboto', sans-serif;
	font-weight:500;
}
.mec-container h1.event-title-sec a{
	display:none;
}
.login_notaccess p{
	margin:15px 0 5px;
}
.login_notaccess a{
	color: #fff;
    background: #f2784b;
    padding: 4px 15px;
    margin: 5px;
    border-radius: 50px;
    display: inline-block;
    font-size: 14px;
}
.login_notaccess a:hover{
	text-decoration:none;
	background:#f78961;
}
.logged-in .mec-container{
	width: 1196px;
    text-align: left;
    margin: 0 auto;
	box-shadow:none;
	padding:0;
}
.logged-in .mec-container h1{
	display: inline-block;
    vertical-align: middle;
    margin: 30px 0;
    width: 49%;
	font-size: 27px;
    color: #000;
	font-family: 'Roboto', sans-serif;
	font-weight:500;
}
.logged-in .mec-container h1.event-title-sec a{
	display:inline;
}
.logged-in .mec-container h1.event-title-sec a:hover{
	text-decoration:none;
}
.logged-in .mec-container h1.event-title-sec i{
	font-size: 30px;
    vertical-align: middle;
    padding: 0 10px;
}
.logged-in .mec-container h1.event-title-sec{
	font-size: 30px;
    vertical-align: middle;
    padding: 0 10px;
}
.mec-container .all_upcomming_ev{
	display: inline-block;
    vertical-align: middle;
    padding: 0;
    text-align: right;
    width: 50%;
}
.mec-container .all_upcomming_ev a{
	font-weight:600;
}
.mec-container .all_upcomming_ev a:hover{
	text-decoration:none;
	color:#ff9d79;
}
.single-mec-events .mec-container h1{
	width:100%;
	display:block;
	color:#000;
}
.ev_sing_back{
	position:absolute;
	top: -87px;
    left: -40%;
}
.sing_cahirman img{
	height:180px;
	width:180px;
}
.ev_sing_back a:hover{
	color:#000;
	text-decoration:none;
}
.edu-platform .elementor-widget-container{
	min-height:280px;
}
.edu-platform .elementor-image-box-img{
	min-height:105px;
}
.single-mec-events .mec-container{
	width:1196px;
}
/*Accordian Icons*/
.asthma-acc-m.asthma-accordion-sec .elementor-accordion .elementor-accordion-item #elementor-tab-title-3251.elementor-tab-title:before{
	background-image: url('../../uploads/2020/11/user-1.png');
}
.asthma-acc-m.asthma-accordion-sec .elementor-accordion .elementor-accordion-item #elementor-tab-title-3252.elementor-tab-title:before{
	background-image: url('../../uploads/2020/11/love-1.png');
}
.asthma-acc-m.asthma-accordion-sec .elementor-accordion .elementor-accordion-item #elementor-tab-title-3253.elementor-tab-title:before{
	background-image: url('../../uploads/2020/11/dose-1.png');
}
.respiratory-accordian-sec.asthma-accordion-sec .elementor-accordion .elementor-accordion-item #elementor-tab-title-3251.elementor-tab-title:before{
	background-image: url('../../uploads/2020/11/respiratory-acquired.png');
}
.respiratory-accordian-sec.asthma-accordion-sec .elementor-accordion .elementor-accordion-item #elementor-tab-title-3252.elementor-tab-title:before{
	background-image: url('../../uploads/2020/11/respiratory-acquired.png');
}
.respiratory-accordian-sec.asthma-accordion-sec .elementor-accordion .elementor-accordion-item #elementor-tab-title-3253.elementor-tab-title:before{
	background-image: url('../../uploads/2020/11/respiratory-acquired.png');
}
.respiratory-accordian-sec.asthma-accordion-sec .elementor-accordion .elementor-accordion-item #elementor-tab-title-3254.elementor-tab-title:before{
	background-image: url('../../uploads/2020/11/lung.png');
}
.pediatric-accordian-sec.asthma-accordion-sec .elementor-accordion .elementor-accordion-item #elementor-tab-title-3251.elementor-tab-title:before{
	background-image: url('../../uploads/2020/11/loupe.png');
}
.pediatric-accordian-sec.asthma-accordion-sec .elementor-accordion .elementor-accordion-item #elementor-tab-title-3252.elementor-tab-title:before{
	background-image: url('../../uploads/2020/11/Inhaler-Devices-01-1.svg');
}
.pediatric-accordian-sec.asthma-accordion-sec .elementor-accordion .elementor-accordion-item #elementor-tab-title-3253.elementor-tab-title:before{
	background-image: url('../../uploads/2020/11/thought.png');
}
.pediatric-accordian-sec.asthma-accordion-sec .elementor-accordion .elementor-accordion-item #elementor-tab-title-3254.elementor-tab-title:before{
	background-image: url('../../uploads/2020/11/phone-ringing.png');
}
.pediatric-accordian-sec.asthma-accordion-sec .elementor-tab-content, .pediatric-accordian-sec.asthma-accordion-sec .elementor-accordion-icon{
	display:none !important;
}
.ild-acc-sec.asthma-accordion-sec .elementor-accordion .elementor-accordion-item #elementor-tab-title-3251.elementor-tab-title:before{
	background-image: url('../../uploads/2020/11/ild-biopsy.png');
}
.ild-acc-sec.asthma-accordion-sec .elementor-accordion .elementor-accordion-item #elementor-tab-title-3252.elementor-tab-title:before{
	background-image: url('../../uploads/2020/11/Inhaler-Devices-01-1.svg');
}
.covid-acc-sec.asthma-accordion-sec .elementor-accordion .elementor-accordion-item #elementor-tab-title-1451.elementor-tab-title:before{
	background-image: url('../../uploads/2020/11/lungs-1-1.png');
}
.covid-acc-sec.asthma-accordion-sec .elementor-accordion .elementor-accordion-item #elementor-tab-title-1452.elementor-tab-title:before{
	background-image: url('../../uploads/2020/11/breath-1.png');
}
.covid-acc-sec.asthma-accordion-sec .elementor-accordion .elementor-accordion-item #elementor-tab-title-1951.elementor-tab-title:before{
	background-image: url('../../uploads/2020/11/lungs-1-1.png');
}
.covid-acc-sec.asthma-accordion-sec .elementor-accordion .elementor-accordion-item #elementor-tab-title-1952.elementor-tab-title:before{
	background-image: url('../../uploads/2020/11/breath-1.png');
}
/*AREBIC*/
.rtl p, .rtl span, .rtl div, .rtl a, .rtl h1, .rtl h2, .rtl h3, .rtl h4, .rtl h5, .rtl h6, .rtl b, .rtl strong{
	letter-spacing:0 !important;
}
.rtl .header-right-menu .right-menu:last-child{
	    float: right;
    margin-left: 8px;
}
.rtl .login-form .form-group, .rtl .registration-form .form-group{
	text-align:right;
}
.rtl .elementor-heading-title{
	letter-spacing:0 !important;
}
.rtl h4.elementor-image-box-title, .rtl .elementor-icon-box-title{
	letter-spacing:0 !important;
}
.rtl .entry-content h4, .rtl .entry-summary h4, .rtl .entry-intro h4, .rtl .comment-content h4{
	letter-spacing:0 !important;
}
.rtl .header-right-menu{
	margin-left:0;
}
.rtl header .site-header-main{
	justify-content: space-between;
}
.rtl header .site-branding{
	margin:5px 40px 5px 10px;
}
.rtl .innerpage-sec-title{
	text-align:right;
}
.rtl .about-content{
	text-align:right;
}
.rtl .slider-content{
	text-align:right;
}
.rtl .innerpage-sec-title span {
    margin-right: 0;
	margin-left:15px;
}
.rtl .about-content ul {
    padding-left: 0;
    padding-right: 20px;
}
.rtl .about-content ul li img{
	left:auto;
	right:0;
	transform:rotate(180deg);
}
.rtl .about-content ul li > ul li{
	padding-right:0;
}
.rtl .slider-block .innerpage-sec-title span{
	left:auto;
	right:0;
}
.rtl .slider-block .innerpage-sec-title{
	padding:10px 80px 10px 10px;
}
.rtl .owl-carousel ul{
	margin-left:0;
	margin-right:20px;
}
.rtl .asthma-accordion-sec .elementor-accordion .elementor-tab-title:before{
	left:auto;
	right:0;
}
.rtl .elementor-accordion .elementor-tab-title .elementor-accordion-icon.elementor-accordion-icon-right {
    float: left;
    text-align: left;
}
.rtl .asthma-accordion-sec .elementor-accordion .elementor-tab-title:after{
	left:auto;
	right:0;
}
.rtl .asthma-accordion-sec .elementor-accordion .elementor-accordion-item .elementor-tab-title{
	padding:20px 70px 15px 20px;
}
.header-right-menu .widget_text.right-menu{
    display: inline-block !important;
}
.header-right-menu .right-menu:nth-child(2){

    width: 136px;
    float: left;
    margin-right: 10px;
    position: relative;
    top: 29px;
}
.rtl .header-right-menu .right-menu:last-child{
	    margin-right: 8px;
}
.rtl .asthma-accordion-sec ul {
    padding-left: 0;
	padding-right:20px;
}
.rtl .main-navigation ul ul.sub-menu a{
	text-align:right !important;
}
.rtl .owl-carousel .owl-nav button.owl-prev, .rtl .owl-carousel .owl-nav button.owl-next{
	transform:rotate(180deg);
}
.rtl .inner-about-video-sec .elementor-custom-embed-image-overlay{
	height:310px !important;
	object-fit:cover;
}
.rtl .elementor-widget-video .elementor-widget-container{
	overflow:visible !important;
}
.rtl .header-right-menu .right-menu:nth-child(2){
	margin-left:15px;
}
.rtl table th, .rtl table td{
	text-align:right;
}
.rtl .covid-table table th, .rtl .covid-table table td {
    text-align: center;
}
.rtl .dash-link-sec a{
	font-weight: 800;
    color: #000;
    font-size: 20px;
    position: relative;
    padding-right: 130px;
    height: 150px;
    display: flex;
    align-items: center;
    transition: 0.2s;
}
.rtl .dashboard-page-m .dashboard-sec .dash-link-sec a:before {
    content: "";
    position: absolute;
    background: #f2784b;
    height: 60px;
    width: 60px;
    border-radius: 50px;
    right: 50px;
}
.rtl .dashboard-page-m .dashboard-sec .dash-link-sec a:after {
    content: "\f073";
    font-family: 'FontAwesome';
    color: #fff;
    position: absolute;
    right: 68px;
    font-size: 30px;
	left:auto;
}
.rtl .dashboard-page-m .dashboard-sec:nth-child(2) .dash-link-sec a:after {
    content: "\f14e";
    font-family: 'FontAwesome';
    color: #fff;
    position: absolute;
    right: 68px;
    font-size: 30px;
	left:auto;
}
.rtl .dashboard-page-m .dashboard-sec:nth-child(3) .dash-link-sec a:after {
    content: "\f02e";
    font-family: 'FontAwesome';
    color: #fff;
    position: absolute;
    right: 68px;
    font-size: 30px;
	left:auto;
}
.rtl .dashboard-page-m .dashboard-sec:nth-child(4) .dash-link-sec a:after {
    content: "\f02d";
    font-family: 'FontAwesome';
    color: #fff;
    position: absolute;
    right: 68px;
    font-size: 30px;
	left:auto;
}
.rtl .dashboard-page-m .dashboard-sec .dash-link-sec a:hover::before {
    background: #fff;
}
.rtl .dashboard-page-m .dashboard-sec .dash-link-sec a:hover::after {
    color: #f2784b;
}
.rtl .mec-container .all_upcomming_ev{
	text-align:left;
}
.rtl .logged-in .mec-container h1.event-title-sec{
	text-align:right;
}
.rtl .logged-in .mec-container h1.event-title-sec i{
	transform:rotate(180deg);
}
@media screen and (max-width: 1200px){
	.mec-wrap .row.mec-single-event{
		max-width:68%;
	}
	.single-mec-events .mec-container, .logged-in .mec-container {
    width: 960px;
}
	.ev_sing_back {
    position: absolute;
    top: -43%;
    left: 0;
}
}
@media screen and (max-width: 1024px){
	.slider-block .innerpage-sec-title h2{
		font-size:18px;
	}
	.download-pdf-sec .elementor-column.elementor-col-20 {
    	width: 18% !important;
	}
	.download-pdf-sec .elementor-column.elementor-col-20.download-pdf-m{
		width:45% !important;
	}
	.download-pdf-sec .elementor-column.elementor-col-20.blank-col{
		display:none;
	}
		.single-mec-events .mec-container, .logged-in .mec-container {
    width:768px;
	}
	.mec-wrap .row.mec-single-event {
    max-width: 90%;
	}
}

@media screen and (max-width: 991px){
	.home .elementor-image-box-img{
		padding:0 20px
	}
	.wp-custom-logo header .site-header-main{
		padding:0 10px;
	}
	.home .elementor-section-boxed .lt-service-item-icon{
		top:50% !important;
	}
	.home .lt-work .elementor-column.elementor-col-25{
		width:49%;
	}
	.site-main .entry-content{
		padding:0 5px;
	}
	section.inner-banner-sec{
		left:-5px !important;
		
	}
	.site-content{
		padding:0 !important;
	}
	.wp-custom-logo .site-header-main, body:not(.home) header .site-header-main {
        padding: 0 10px !important;
    }
	.innerpage-sec-title h2 b{
		width:75%;
	}
	
}
@media screen and (max-width: 767px){
	body, body p{
		font-size:14px !important;
	}
	.mobile-log-sec{
		position:relative;
	}
	.mobile-log-sec .log-in-sec{
		position: absolute;
    	right: 0;
    	z-index: 9;
    	background: #fff;
    	top: 40px;
    	visibility: hidden;
   		opacity: 0;
    	width: 190px;
	}
	header.open .mobile-log-sec .log-in-sec{
		visibility:visible;
		opacity:1;
	}
	.mobile-log-sec .user-link{
		border: 1px solid #f2784b;
    	padding: 6px 8px 3px;
    	border-radius: 50px;
	}
	.mobile-log-sec .user-link i{
		font-size:18px;
		color:#f2784b;
	}
	.header-right-menu .wpml-ls-legacy-dropdown {
    width: 100px;
	}
	header .site-branding{
		margin-top:0 !important;
		margin-bottom:0 !important;
		margin-left: 50px;
	}
	header .site-header-main{
		flex-wrap:nowrap;
		justify-content: space-between;
	}
	.log-in-sec p{
		margin-bottom:0;
		font-size:14px;
	}
	header .btn{
		padding:5px 10px;
		font-size:14px;
	}
	header .custom-logo {
    	max-width: 80px;
    }
	header .site-branding .second-logo img {
    	width: 80px;
		height:auto;
		margin:0;
	}
	header .user-icon{
		display:block;
		cursor:pointer;
	}
	.download-pdf-sec .elementor-column.elementor-col-20 {
    	width: 100% !important;
	}
	.download-pdf-sec .elementor-column.elementor-col-20.download-pdf-m{
		width:100% !important;
		text-align:center;
	}
	.owl-nav span{
		font-size:60px;
	}
	.owl-next {
    right: -25px;
	}
	.owl-prev {
    left: -25px;
	}
	body ul.primary-menu{
		margin-top:10px;
	}
	body .primary-menu{
		flex-wrap:wrap;
		margin-top:10px;
	}
	.main-navigation .primary-menu > li{
		display: block;
    width: 100%;
	}
	.main-navigation .menu-item-has-children > a {
    margin-right: 0px;
	}
	.main-navigation li > ul.sub-menu{
		text-align: center;
    margin: 0 auto;
    background: #fff;
		width:100%;
	}
	.main-navigation ul ul.sub-menu a{
		color:#000;
		text-align:center !important;
	}
	.home .elementor-2 .elementor-element.elementor-element-7579c93c > .elementor-element-populated{
		padding:0;
	}
	.site-header-main .menu-toggle:before{
		font-size:20px;
	}
	.menu-toggle.toggled-on {
    position: absolute;
    right: 0px;
    top: -10px;
	}
	.home .vid-img-home-sec .elementor-widget-image .elementor-image img{
		width:100%;
	}
	.contact-form-sec{
		width:100% !important;
	}
	.main-footer .columns {
    width: 100% !important;
    clear: left;
	text-align:center;
	}
	.elementor-2 .elementor-element.elementor-element-65ab92a6 .elementor-heading-title, .elementor-2 .elementor-element.elementor-element-4d652fa9 .elementor-heading-title,.elementor-2 .elementor-element.elementor-element-b3b1d12 .elementor-heading-title, .elementor-2 .elementor-element.elementor-element-2ee0629d .elementor-heading-title, .elementor-2 .elementor-element.elementor-element-24bcd351 .elementor-heading-title {
    color: #1a1e32;
    font-size: 28px !important;
	}
	.home .elementor-section-boxed .lt-service-item-icon{
		top:50% !important;
	}
	.log-in-sec p {
    	margin-bottom: 0;
    	font-size: 10px !important;
	}
	.log-in-sec .btn {
    	padding: 2px 15px;
    	font-size: 10px;
   		margin: 0 2px;
	}
	.header-right-menu .right-menu:last-child {
    	width: 100px;
	}
	.wpml-ls-legacy-dropdown a{
		padding:5px !important;
	}
	.wpml-ls-legacy-dropdown .wpml-ls-flag+span{
		    font-size: 12px;
    white-space: nowrap;
    text-overflow: ellipsis;
    
    display: inline-block;
    overflow: hidden;
	}
	.wpml-ls-legacy-dropdown .wpml-ls-flag{
		width:12px;
	}
	.site-main .entry-content{
		padding:0 5px;
	}
	section.inner-banner-sec{
		left:-5px !important;
		right:-5px !important;
		padding:100px 10px 100px 10px !important;
	}
	.home .elementor-icon-box-title{
		font-size:20px !important;
	}
	.inner-banner-sec h1{
		font-size:34px;
	}
	.lt-service-item-icon .fa-long-arrow-alt-right:before{
		font-size:25px;
	}
	.header-right-menu .widget_text.right-menu{
		display:none !important;
	}
	header.open .header-right-menu .widget_text.right-menu{
		display:block !important;
		position: absolute;
    right: -10px;
    top: 35px !important;
    z-index: 2;
    background: #fff;
    width: 200px !important;
	}
	header .right-menu{
		    width: 100px !important;
    margin-right: 10px !important;
    top: 0 !important;
	}
	.header-right-menu{
		display:flex;
	}
	.user-icon i{
		font-size: 25px;
    color: #f2784b;
	}
	.about-content{
		    max-height: 250px;
    		height: auto;
	}
	.vid-img-home-sec.elementor-section-boxed:nth-of-type(odd) .elementor-row .elementor-top-column:first-child{
		order:unset;
	}
	.elementor-section-boxed:nth-of-type(even) .elementor-row .elementor-top-column:first-child{
		order:2;
	}
	.left-right-sec:nth-of-type(even) .elementor-row .elementor-top-column:first-child{
		order:0 !important;
	}
	.left-right-sec:nth-of-type(odd) .elementor-row .elementor-top-column:first-child{
		order:1 !important;
	}
	.elementor-1819 .elementor-element.elementor-element-72aa334 .elementor-top-column:first-child{
		order:1 !important;
	}
	.elementor-1819 .elementor-element.elementor-element-bcd63df .elementor-top-column:first-child{
		order:0 !important;
	}
	.home .lt-choose-item{
		width:35% !important;
		margin:0 auto;
	}
	.elementor-element.elementor-element-c648217 .elementor-button.elementor-size-lg{
		padding:12px 15px;
		font-size:14px !important;
	}
	.home .vid-img-home-sec p{
		height:auto;
	}
	.lt-service-item .elementor-image-box-img a:before{
		top:10% !important;
	}
	.main-footer .four.columns.footer1{
		justify-content:center;
	}
	.main-footer .footer3, .main-footer .footer4{
		width:49% !important;
		clear:none;
	}
	.main-footer .footer1 img {
        width: 130px;
	}
	.main-footer .footer1 #media_image-5 img {
    	object-fit: cover;
    	height: 120px !important;
	}
	.rtl .main-navigation ul ul.sub-menu a {
    text-align: center !important;
	}
	.elementor-column-wrap.elementor-element-populated, .elementor-widget-container{
		margin-left:0 !important;
		margin-right:0 !important;
	}
	.elementor-aspect-ratio-169 .elementor-fit-aspect-ratio {
    padding-bottom: 56.25% !important;
	}
	.rtl .inner-about-video-sec .elementor-custom-embed-image-overlay{
		height:100% !important
	}
	.innerpage-sec-title span img{
		height:auto !important;
	}
	.home .home-intrest-sec .elementor-column.elementor-col-50{
		width:49% !important;
	}
	.elementor-element.elementor-element-eacdbf0 .innerpage-sec-title h2 b, .rtl .elementor-element.elementor-element-377a35a .innerpage-sec-title h2 b{
    width: 83%;
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
	}
	.elementor-fit-aspect-ratio video{
		padding:10px !important;
	}
	.table-scroll table{
		width:800px;
		margin:0;
	}
	.home-video-name-sec p{
		height:146px !important;
	}
	.user-link{
		display:block;
	}
	.login-form, .registration-form {
    	width: 100%;
   		margin: 40px auto;
		padding:20px;
	}
	.sing_cahirman, .mec-event-info-desktop.mec-event-meta{
		width:100% !important;
		margin:0 !important;
		margin-bottom:25px !important;
	}
	.sing_speakersec .col-sm-6{
		width:92% !important;
	}
	.ev_sing_back {
    position: absolute;
    top: -120px;
    left: 0;
}
	.single-mec-events .mec-container, .logged-in .mec-container {
    width: 100%;
		padding: 0 10px;
}
	
	
}
@media screen and (max-width:530px){
	.header-right-menu .right-menu:last-child{
		float: none;
    	top: 3px;
    	right: 0;
		margin: auto 0 auto auto;
	}
	header.site-header {
		padding: 0!important;
	}
	.tribe-common--breakpoint-medium.tribe-events .tribe-events-header--has-event-search .tribe-events-c-events-bar{
		flex-wrap: wrap;
    	padding: 10px 10px 0;
	}
}
@media screen and (max-width: 524px){
	.ev_sing_back {
    position: absolute;
    top: -150px;
    left: 0;
}
}
@media screen and (max-width: 490px){
	
	body, body p{
		font-size:14px !important;
	}
	.header-right-menu .wpml-ls-legacy-dropdown {
   		width: 90px;
    	margin: 0 4px;
	}
	.home .lt-service-item .elementor-image-box-title {
    	margin-top: 0 !important;
	}
	.home .elementor-section-boxed .lt-service-item-icon {
    top: 45% !important;
	}
	.elementor-2 .elementor-element.elementor-element-752e49c3 {
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 00px 10px 0px !important;
	}
	.home .lt-work-item .elementor-icon-box-content h4 {
    	margin-top: 0;
    	
    	color: #1a1e32;
    	font-size: 14px;
    	line-height: 20px;
    	font-weight: 600;
	}
	.header-right-menu{
		margin-left:10px !important;
	}
	.rtl .header-right-menu{
		text-align:left;
	}
	.innerpage-sec-title span img {
    width: 20px;
}
	.log-in-sec p{
		    top: 0;
}
	.header-right-menu .right-menu:last-child {
    margin: auto 0 auto auto;
    top: 10px;
}
	
/* 	.custom-logo-link{
		width:100%;
	} */
	.wpml-ls-legacy-dropdown a{
		    font-size: 12px;
	}
	.header-right-menu .right-menu:last-child{
		width: 90px;
		text-align:left;
	}
	.innerpage-sec-title span{
		margin-right:8px;
	}
	.innerpage-sec-title h2{
		font-size:14px !important;
	}
	.slider-block .innerpage-sec-title {
    	max-height: 60px;
    	min-height: 60px;
    	overflow: hidden;
    	padding: 10px 10px 10px 60px;
	}
	.home .vid-img-home-sec p{
		height:auto;
	}
	.owl-next{
		right: -20px;
	}
	.owl-prev{
		left: -20px;
	}
	.slider-block .innerpage-sec-title span img {
    	width: 20px !important;
	}
/* 	header .custom-logo {
    	max-width: 50px;
	} */
	.log-in-sec p{
		font-size:10px !important;
		margin-bottom:0;
	}
	.about-content {
    	padding: 5px;
    	width: 100%;
	}
	.asthma-accordion-sec .elementor-widget-container{
		padding:5px !important;
	}	
	.contact-form-sec .elementor-widget-container{
		padding:10px;
	}
	
	
	.home .lt-work-item .elementor-icon {
    height: 150px;
    width: 150px;
	}
	.innerpage-sec-title h2 b {
    width: 80%;
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
	}
	.home .elementor-icon svg{
		height:70px;
		width:70px;
	}
	.asthma-accordion-sec .elementor-accordion .elementor-accordion-item .elementor-tab-title{
		min-height: inherit;
    max-height: inherit;
		padding:12px 20px 12px 50px;
		display: flex;
    align-items: center;
    
    flex-direction: row-reverse;
    justify-content: space-between;
	}
	.asthma-accordion-sec .elementor-accordion .elementor-tab-title:after{
		height: 43px;
   		 width: 43px;
	}
	.asthma-accordion-sec .elementor-accordion .elementor-tab-title:before{
		width: 20px;
    height: 20px;
    content: "";
    left: 10px;
    background-size: 20px 20px;
    background-repeat: no-repeat;
    top: 10px;
	}
	.asthma-accordion-sec .elementor-accordion .elementor-tab-title a {
		font-size: 14px;}
	.rtl .header-right-menu .right-menu:last-child{
		text-align:right;
	}
	.rtl .header-right-menu .right-menu:last-child {
    margin: auto auto auto 0;
    top: 10px;
	}
	.rtl .header-right-menu .right-menu:last-child{
		float:left;
	}
	.home .lt-choose-item {
    width: 50% !important;
    margin: 0 auto;
}
	.home .elementor-2 .elementor-element.elementor-element-c648217{
		bottom:17%;
	}
	.elementor-element.elementor-element-c648217 .elementor-button.elementor-size-lg{
		padding:8px 10px;
		font-size:12px !important;
	}
	.rtl .wpml-ls-rtl{
		text-align:right;
	}
	.main-footer .footer3, .main-footer .footer4{
		width:100% !important;
		clear:left;
	}
	.main-footer .footer1 #media_image-5 img {
    object-fit: cover;
    height: 80px !important;
	}
	.main-footer .footer1 img {
		width: 100px;
	}
	.main-footer .columns {
    padding: 10px 10px 0 !important;
	}
	.home .main-banner-sec img{
		height:180px !important;
	}
	.home .lt-work-wrap > .elementor-container > .elementor-row > .elementor-element{
		width:49% !important
	}
	.innerpage-sec-title.slider-title span, .innerpage-sec-title.do-dont-title span{
		margin-right:8px;
	}
	.rtl .innerpage-sec-title.slider-title span, .rtl .innerpage-sec-title.do-dont-title span{
		margin-right:0px;
	}
	.asthma-accordion-sec.respiratory-accordian-sec .elementor-widget-container {
    padding: 20px 5px !important;
	}
	.asthma-accordion-sec.respiratory-accordian-sec .elementor-accordion .elementor-accordion-item .elementor-tab-title {
    
		display: flex;
    align-items: center;
		min-height: 43px;
    max-height: 43px;
    padding: 12px 20px 13px 50px;
   
    flex-direction: row-reverse;
    justify-content: space-between;
}
	.rtl .asthma-accordion-sec.respiratory-accordian-sec .elementor-accordion .elementor-accordion-item .elementor-tab-title{
		padding: 15px 50px 10px 20px;
	}
	.asthma-accordion-sec.pediatric-accordian-sec .elementor-accordion .elementor-accordion-item .elementor-tab-title{
		padding: 5px 20px 5px 50px;
    font-size: 10px;
		display: flex;
    align-items: center;
    
    flex-direction: row-reverse;
    justify-content: space-between;
	}
	.rtl .asthma-accordion-sec.pediatric-accordian-sec .elementor-accordion .elementor-accordion-item .elementor-tab-title{
		padding:10px 50px 10px 20px;
		min-height: 43px;
    max-height: 43px;
		flex-direction:row;
	}
	.asthma-accordion-sec.pediatric-accordian-sec .elementor-accordion .elementor-tab-title a {
    	font-size: 14px;
	}
	.home .elementor-2 .elementor-element .elementor-image-box-content .elementor-image-box-title{
		font-size:14px !important;
	}
	.home .lt-service-item-icon .elementor-widget-container {
    height: 40px;
    line-height: 47px;
    width: 40px;
	}
	.home .lt-service-item-icon {
    height: 60px;
    line-height: 67px;
    width: 60px!important;
	}
	.rtl .slider-block .innerpage-sec-title {
    padding: 10px 65px 10px 10px;
	}
	.elementor-element.elementor-element-eacdbf0 .innerpage-sec-title span, .rtl .elementor-element.elementor-element-377a35a .innerpage-sec-title span{
		padding:16px;
	}
	.elementor-element.elementor-element-eacdbf0 .innerpage-sec-title h2 b, .rtl .elementor-element.elementor-element-377a35a .innerpage-sec-title h2 b{
		font-size:12px;
		width: 79%;
	}
	.asthma-accordion-sec.covid-acc-sec .elementor-accordion .elementor-tab-title a {
    	font-size: 15px;
	}
	.covid-acc-sec.asthma-accordion-sec .elementor-accordion .elementor-accordion-item #elementor-tab-title-1452.elementor-tab-title{
		padding:5px 20px 5px 50px;
	} 
	.elementor-widget-image .elementor-image img {
    border: 1px solid #9fdcef;
    height: 230px;
	}
	.rtl .asthma-accordion-sec .elementor-accordion .elementor-accordion-item .elementor-tab-title {
    	padding: 12px 50px 12px 20px;
	}
	.rtl .asthma-accordion-sec .elementor-accordion .elementor-tab-title:before {
    left: auto;
    right: 10px;
	}
	.elementor-2135 .elementor-element.elementor-element-c95546f:not(.elementor-motion-effects-element-type-background){
		background-position:30% 50% !important; 
	}
	.rtl .elementor-3158 .elementor-element.elementor-element-1951eaeb > .elementor-element-populated{
		padding:0;
	}
}

.wpml-ls-legacy-dropdown a {
    color: #fff !important;
    border: 1px solid #f2784b!important;
    background-color: #f2784b!important;
    border-radius: 33px!important;
	    padding: 12px 10px;
}
.wpml-ls-legacy-dropdown .wpml-ls-sub-menu{
	    border-top: 1px solid #cdcdcd00;
}



/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
.loader {
    position: fixed;
    background: rgba(0, 0, 0, 0.8);
    width: 100%;
    height: 100%;
    z-index: 9999999999;
    text-align: center;
    margin: 0;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: none;
}
.loader-sec {
    display: flex;
    height: 100%;
    width: 100%;
    align-items: center;
    justify-content: center;
}
.loader-sec img {
    height: 100px;
    width: 100px;
}
div#aj_error {
	padding-top: 30px;
    color: #ff0000;
    font-size: 20px;
    text-align: center;
}

.all_upcomming_ev {
    text-align: end;
    padding-bottom: 20px;
}
.post-type-archive-mec-events .wpml-ls-sub-menu{
	display: none !important;
}
.forgot_passlink {
    margin-top: 0;
    margin-bottom: 10px;
    text-align: right;
    font-size: 14px;
}
#password-lost-form-wrap fieldset{
	border:0;
	padding:0;
}
.after_reset_success{
	width: 50%;
    margin: 230px auto;
    border: 1px solid #f2f2f2;
    padding: 20px 40px;
    box-shadow: 0 0 5px -4px #000;
}
@media only screen and (max-width: 767px) {
	#lostpasswordform, #resetpasswordform{
		  width: 90%;
			padding: 20px 20px;
	}
	.after_reset_success{
		width: 90%;
    	margin: 90px auto;
	}
}
	
.mec-box-calendar.mec-calendar .mec-calendar-side.mec-clear{
	display:none;
}
.mec-calendar .mec-calendar-topsec {
    display: table;
    background: #fff;
    width: 100%;
    margin-bottom: 30px;
}
.sing_speakersec .col-sm-6{
	    background: #f2f2f2;
    padding: 15px;
    margin: 0 15px 15px;
    width: 45%;
	min-height: 320px;
}

@media screen and (max-width: 365px){
	.ev_sing_back {
    position: absolute;
    top: -180px;
    left: 0;
}
}

.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}

