/*
Theme Name: My Theme
Theme URI: https://wordpress.org/themes/twentythirteen/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: The 2013 theme for WordPress takes us back to the blog, featuring a full range of post formats, each displayed beautifully in their own unique way. Design details abound, starting with a vibrant color scheme and matching header images, beautiful typography and icons, and a flexible layout that looks great on any device, big or small.
Version: 1.0
Tested up to: 5.9
Requires at least: 3.6
Requires PHP: 5.2.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: blog, one-column, two-columns, right-sidebar, custom-header, custom-menu, editor-style, featured-images, footer-widgets, microformats, post-formats, rtl-language-support, sticky-post, translation-ready, accessibility-ready, block-patterns
Text Domain: twentythirteen

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

span.it-section-subtitle {
    font-size: 30px;
}
.it-slider-title {
    font-size: 36px;
}
.it-slider-content-box {
    height: 383px;
}
.it-header-top-left ul li a {
    color: #0350a3;
    font-weight: 600;
}

.contact-box {
    height: 330px;
}

/*
.facilities-box .it-classes-item-wrap {
    border: 1px solid #212529;
} */

.it-classes-arrow-box .classes-next {
    right: 15%;
}

.it-classes-arrow-box .classes-prev {
    left: 15%;

}
li.coming-soon {
    color: #f16623;
    font-size: 24px;
    font-weight: 700;
}


@media only screen and (max-width: 767px) {
.coming-soon {
  display: none !important;
}	
.it-slider-content-box
{
  display: none;
}
.average-box {	
justify-content: left;
margin-left: 42%;
	} 
	
}