/* ==============================
   Phone
   ============================== */
   .mobile-on{display: none;}
@media (max-width: 480px) and (min-width: 320px){
    body h1 .line:before {
        bottom: 7px;
        height: 9px;
    }
    body section.pb-xs-0{padding-bottom: 0 !important;}
    body .box_rounded h5 {
        position: absolute;
        z-index: 9;
        left: 40px;
        font-weight: 400;
        color: white;
        bottom: 17%;
        font-size: 28px;
    }
    .imgbox>div.bottomxs:after {
        content: "";
        width: 70%;
        height: 1px;
        background-color: #dbdada;
        bottom: 0;
        position: absolute;
        left: 15%;
    }
    .bg78{
        background-position: 78% 48% !important
    }
    .bg78 .vertical-align {
        position: relative;
        top: 64% !important;
    }
    .scroll{display: none;}
    .open_menu{
        position: absolute;
        right: 20px;
        font-size: 22px;
        color: white;
        top: 16px;
    }
    .section-mod{padding:  80px 0 !important}
    header .navbar{padding: 10px 0 !important}
    .parallax-off{
        background-attachment: initial !important;
    }
    body h1 {
        font-size: 26px;
        line-height: 34px;
        font-weight: bolder !important;
    }
    .mobile-on{display: block !important;}
    .mobile-off{display: none !important;}
    body .changeMap ul li a{
        display: inline-block;
    }
    .changeMap ul li {
        width: 100%;
    }
    .mb-xs-40{margin-bottom: 40px;}
    p {
        font-size: 16px;
        line-height: 1.6;
    }
    body h2 {
        font-weight: bold;
    }
    .tobtn a{
        display: block;
        margin: 0;
        margin-bottom: 20px;
    }
    body .bluebox {
        border-radius: 0px;
    }
    .imgbox>div:before{opacity: 0;}
    .n-p{padding: 50px 15px !important}
    .text-white-xs{color: white !important;}
    .overlay-xs:before{
            content: "";
            position: absolute;
            background: rgba(0,0,0,0.45);
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
        }
        .overlay{
            position: relative;
        }
    a.btn.xs-white:hover{
        background-color: white !important;
        color: black !important;
    }
    a.btn.xs-white{
        color: white !important;
        border-color: white !important;
    }
    .text-xs-left{text-align: left !important;}
    .text-xs-center{text-align: center !important;}
    .navbar-default .navbar-toggler .icon-bar, header.sticky .navbar-default.header-light .navbar-toggler .icon-bar, header.sticky .navbar-default.header-light-transparent .navbar-toggler .icon-bar {
        background: #fff !important;
    }
    .signature-photo.mobile-on{display: flex !important;}
    .signature-photo{display: flex;}
    .signature-photo >img{width: 45%;margin-right: 20px;}
    .signature-photo >aside >img{
        width: 74px !important;
        margin: 5px 0 !important;
    }

    body .listitems1 ul {
        display: initial;
        padding: 10px 0;
    }
    .listitems1 ul#id2 li:before{display: none;}
    body .listitems1 ul li {
        width: 100%;
        text-align: left;
        padding: 0;
        border-right: 0px solid white;
        border-bottom: 1px solid white;
        min-height: 0;
        display: block;
        height: auto;
        padding: 10px 0;
    }
}