
/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */

@media screen and (max-width:1100px){
}
@media screen and (max-width:991px){
}
@media screen and (max-width:900px){
}
@media screen and (max-width:800px){
}
@media screen and (max-width:767px){
}
@media screen and (max-width:715px){
}
@media screen and (max-width:630px){
}
@media screen and (max-width:600px){
.side-menu {
    width: 320px;
    transform: translate3d(320px, 0, 0);
}
.side-menu-opened #page-wrap {
    left: -320px;
}
.main-nav>ul>li>a {
    line-height: inherit;
    font-weight: 400 !important;
    font-size: 15px !important;
}
.side-menu .main-nav ul>li a {
    font-size: 14px;
    font-weight: 400;
}
.side-menu .feature-1-section .feature-1-header-title{
    font-size: 1rem !important;
}
.hero-section-2-text-large {
    font-size: 1.8rem;
}
.hero-section-2-img.bg-img, .hero-section-3-img.bg-img{
    height: 450px;
}
section.pt-20 {
    padding-top: 2.5rem !important;
}
}
@media screen and (max-width:575px){
p {
    font-size: 0.9rem;
    line-height: 1.4;
}
.main-nav>ul>li ul {
    width: 320px;
    background: #f8f8f8;
    z-index: 991;
}
.side-menu-in .feature-1-section{
    display:none !important;
}
.py-15{
    padding-bottom: 4rem !important;
}
.py-15 {
    padding-top: 4rem !important;
}
.h2, h2 {
    font-size: 2rem;
}
.main-nav>ul>li.menu-item-has-children>a:after{
    right: 30px;
}
}
@media screen and (max-width:480px){
.hero-section-slider-txt-title-block-small {
    font-size: 1.2rem;
    display: block !important;
    margin: 10px 0;
    text-align: center;
}
.hero-section-slider-txt-title-block-small .hr-line{
    display: block;
    margin: 0 auto 15px;
    text-align: center;
}
.feature-2-text-large {
    font-size: 1.6rem;
    line-height: 1.3 !important;
    margin-top: 15px;
}
.card-type-4-desc {
    font-size: 3rem;
}
.card-type-4-title {
    font-size: 1.2rem;
}
.hero-section-2-img.bg-img, .hero-section-3-img.bg-img{
    height: 300px;
}
}
@media screen and (max-width:390px){
.page-header .navbar-brand {
    width: 160px !important;
}
li#menu-item-15754 a{
    border-radius:3px !important;
    padding: 5px 10px !important;
}
.page-header-first-row {
    height: 36px !important;
}
}
@media screen and (max-width:320px){
}


