/*	Medium Layout: 1280px	*/
@media only screen and (min-width: 992px) and (max-width: 1200px) {
	.col-lg-8.text-right {
        text-align: left !important;
    }
    .mainmenu li a {
        padding: 13px 15px;
        font-size: 15px;
    }
    .welcome-text h1 {
        font-size: 32px;
    }
    .newsletter-form {
        width: 100%;
    }
}



/*		Tablet Layout: 768px.       */

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .feature-tab-list .nav-tabs .nav-link {
        line-height: 80px;
    }
    .feature-content h4 {
        margin-top: 15px;
    }
    .client-list {
        height: auto;
        margin-top: -40px;
    }
    .single-pricing-box.active {
        margin-top: 0;
    }
    .single-widget h5 {
        margin: 15px 0;
    }
    .welcome-text p {
        max-width: 400px;
    }
}




/*		Tablet and Mobile Layout         */
@media only screen and (max-width: 991px) {
    .header-top .boxed-btn {
        display: none;
    }
    header.header-top {
        background: #fff1ed;
    }
    .right-side .newsletter-form {
        margin-top: 15px;
    }
    .sidebar-item {
        margin-bottom: 50px;
    }
    .welcome-area img{max-width:90%;}
    
}


/*		Mobile Layout: 320px.         */

@media only screen and (max-width: 767px) {
    
    .header-area::after {
        display: none;
    }
	.mean-container a.meanmenu-reveal {
        
        margin-left: -11px;
    }
    .logo {
        text-align: center;
    }
    .welcome-text h1 {
        font-size: 24px;
        line-height:32px;
    }
    .newsletter-form {
        width: 100%;
    }
    .boxed-btn {
        padding: 10px 15px;
        font-size: 14px;
    }
    .feature-tab-list .nav-tabs .nav-link {
        line-height: 50px;
        margin: 5px 0;
    }
    li.nav-item, li.nav-item:last-child {
        width: 50% !important;
    }
    a.play-btn {
        width: 70px;
        height: 70px;
        line-height: 70px;
        font-size: 30px;
    }
    .middle-border {
        display: none;
    }
    .client-list {
        height: auto;
    }
    .single-pricing-box.active {
        margin-top: 0;
    }
    .promo-content h2 {
        font-size: 21px;
    }
    .bordered-btn {
        margin-top: 25px;
    }
    .single-widget h5 {
        margin: 10px 0;
    }
	header.header-top.header-absolute.sticky-header.is-sticky {
        position: relative;
    }
    .dashContentArea{
        padding: 25px 10px;
    }
    .dashContent-TpBtn {
        margin-top: -45px;
        margin-bottom: 40px;
    }
    .meetingTimeSec {
        width: 70px;
    }
    .meetingTime {
        height: 40px;
        font-size: 14px;
        line-height: 1.2;
        padding-top: 3px;
    }
    .meetingDateSec {
        height: 40px;
        font-size: 12px;
    }
    .meetingDate {
        font-size: 24px;
        font-weight: 600;
        line-height: 40px;
    }
    .meetingInfo {
        width: calc(100% - 74px);
        padding-left: 5px;
    }
    .meetingTitle {
        font-size: 16px;
        font-weight: 600;
        color: #222;
        line-height: 1.25;
    }
    .meetingTitle .fRight-side {
        width: 70px;
        text-align: right;
    }
    .meetingTitle .fRight-side a.btn-sm {
        padding: 0.25rem;
        margin-bottom: 3px;
        font-size: 12px;
        line-height: 1;
    }
    .meetingDisc {
        display: none;
    }
    
    span.meetingUrl {
        display: inline-block;
        padding: 0px 0px 0px 0;
        margin-right: 0px;
        border-radius: 5px;
        border: 1px solid #717171;
        color: #222;
        /* height: 40px; */
        /* font-size: 14px; */
    }
    span.meetingUrl a {
        padding: 6px 10px;
        background: #717171;
        border-radius: 5px 0 0 5px;
        color: #fff !important;
        margin-right: 5px;
        display: inline-block;
        width: 35px;
        height: 40px;
        vertical-align: middle;
    }
    span.copyInput {
        display: inline-block;
        width: calc(100% - 45px);
        word-break: break-all;
        vertical-align: middle;
        font-size: 13px;
        line-height: 1.3;
    }
    span.meetingID {
        font-size: 13px;
    }
}



/*		Wide Mobile Layout: 480px.        */

@media only screen and (min-width: 480px) and (max-width: 767px) {
	
	

}

/*		Wide Mobile Layout: 480px.        */

@media only screen and  (max-width: 480px) {
	span.meetingUrl a{
	    height:50px;
	    line-height:40px;
	}
	
	

}



/*	Retina media query.
	Overrides styles for devices with a 
	device-pixel-ratio of 2+, such as iPhone 4.
-----------------------------------------------    */

@media 
	only screen and (-webkit-min-device-pixel-ratio: 2),
	only screen and (min-device-pixel-ratio: 2) {
	
	body {
	
	}
	
}