/*
Theme Name: mobileskips
Description: mobile skips
Version: 1.0.0

All css files are placed in assets/css/
*/

.header_logo {
    background-image: url(/franchising/mobile-skips-content/uploads/2019/11/header_bg.jpg) !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
}
svg#Layer_1 {
    height: 50px !important;
}

.btn-menu{
    background: unset !important ;
}
.phone-tag{
    background: unset !important;
    margin-right: -20px !important;
}
.phone-tag .phone_number{
    color: black !important;
    font-size: 20px !important;
}
.phone-tag img{
    height: 20px !important;
}

@media(max-width: 767px)
{
      .header_logo {
        background-image: url("/franchising/mobile-skips-content/uploads/2019/11/bg-header-mobi.png") !important;
        background-repeat: no-repeat !important;
        background-size: contain !important;
          height: unset !important;
    }

    svg#Layer_1 {
        height: 30px !important;
    }
    .navbar-header .navbar-right .phone-tag {
        display: block !important;
    }
    .phone-tag .phone_number{
        font-size: 14px !important;
    }
    .phone-tag{
        background: unset !important;
        margin-right: unset !important;
    }
}

@media (min-width: 768px) {
     .register-content .second_img {
        display: none !important;
    }
}