/*!
Theme Name: Breakfast With Agents
Mobile Responsive CSS
*/


/* 1400px start */
@media only screen and (min-width: 1400px){

}

@media only screen and (max-width: 1400px){
    .icon-heading-content-section h4{
        font-size: 1.2rem;
    }
}
/* 1400px end */

/* 1200px start */
@media only screen and (max-width: 1200px){
    .icon-heading-content-section .width-90,
    .icon-heading-content-section .width-80,
    .icon-heading-content-section .width-70,
    .left-bg-blur .width-80,
    .right-bg-blur .width-80{
        width: 100%;
    }
    .right-bg-blur{
        padding-left: 15px !important;
    }
    .left-bg-blur{
        padding-right: 15px !important;
    }
}
/* 1200px end */

/* 991px start */
@media only screen and (max-width: 991px){
    .site-main{
        margin-top: -115px;
    }
    .custom-logo-link img{
        max-height: 60px;
    }
    .mega-menu-link{
        margin: 0 !important;
        padding: 0 6px !important;
    }
    .head-title {
        font-size: 36px !important;
    }
    .sub-heading-big-close{
        font-size: 22px;
    }
    .sub-heading {
        font-size: 18px;
        line-height: 1.4;
    }
    .box-icon-heading-content-col{
        margin-bottom: 20px;
    }
    .enable-even-boxes-down .box-icon-heading-content-col:nth-child(even){
        margin-top: 0;
    }
    .left-bg-blur,
    .right-bg-blur{
        text-align: center;
    }
}
/* 991px end */

/* 767px start */
@media only screen and (max-width: 767px){
    .width-90, .width-80, .width-70, .width-60{
        width: 100%;
    }
    .header-box-main{
        padding: 4px 0px;
    }
    .custom-logo-link img{
        max-height: 40px !important;
        position: relative;
        top: 4px;
        left: 5px;
    }
    .home-banner-main{
        background-position: left center !important;
    }
    .sliders-main img.previous-arrow-slick{
        left: 0;
        z-index: 2;
    }
    .sliders-main img.next-arrow-slick{
        right: 0;
    }
    .expert-right-section{
        background: #0C2F4A;
        padding: 10px 15px 40px 15px !important;
        text-align: center;
    }
    .expert-left-section{
        text-align: center;
        padding: 50px 15px 10px 15px !important;
    }
    .expert-desig-company{
        width: 100%;
        float: none;
    }
    .head-tabs-featured-articles.nav-pills .nav-link{
        padding: 6px 10px;
    }
    .faqs-accordion .accordion-body{
        width: 100%;
    }
}
/* 767px end */

/* 575px start */
@media only screen and (max-width: 575px){
	
}
/* 575px end */