﻿.logo{
    width:80%
}

@media screen and (min-width: 315px) and ( max-width: 432px) {
    .logo {
        width: 60% !important;
    }

    .header-navigation .thm-container .navbar-header .navbar-brand > img {
        margin-left: -20%;
        margin-right: auto;
    }

    .header-navigation .thm-container .right-side-box {
        top: 22px !important;
    }
}

.heading {
    color: #69a41f !important;
    border-left: 4px solid;
    padding-left: 14px;
}

@media (max-width: 768px) {
    .hide-on-mobile {
        display: none !important;
    }
}