@media screen and (max-width: 420px) {
    .logout-btn {
        text-align: center !important;
    }
}

@media screen and (max-width: 479px) {
    #notify_click svg {
        margin-left: -43%;
    }
    .bell_badge {
        left: 12%;
        right: inherit;
    }
}


/*=========SMALL DEVICES=========*/

@media screen and (max-width: 479px) {
    .content-wrap {
        min-height: 600px;
        padding-top: 80px;
    }
    .navbar-default .navbar-nav>li>a {
        padding: 10px 15px;
        font-size: 15px;
        color: #51af33;
    }
    .intro-banner {
        height: 300px;
        transition: all 0.3s linear;
    }
    .banner-content {
        height: 300px;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .header-active {
        border-bottom: 0px solid #51af33 !important;
    }
    .btn-wd {
        padding: 12px 10px !important;
    }
    .settings-spacing {
        padding: 15px;
    }
    .settings-card {
        padding: 50px 15px;
        margin-top: 15px;
        background-color: white;
        border-radius: 7px;
        transition: all 0.3s linear;
        box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.1);
        -webkit-box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.1);
        -o-box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.1);
    }
    .msg-sec {
        width: 100%;
        border-right: 2px solid #f35c5c;
        background-color: #f5f5f5;
        padding: 10px;
    }
    .msg-sec1 {
        width: 100%;
        border-right: 2px solid #59bc27;
        background-color: #f5f5f5;
        padding: 10px;
    }
    .revenue-amount {
        font-size: 20px;
    }
    .other_profile_img {
        height: 60px;
        width: 60px;
        float: left;
    }
    .otherprofile-details {
        width: calc(100% - 70px);
        margin-left: 10px;
        float: left;
    }
    .otherprofile_review .left {
        width: 50px;
        height: 50px;
        float: left;
    }
    .otherprofile_review .right {
        width: calc(100% - 60px);
        margin-left: 10px;
        float: left;
    }
}


/*small devices*/

@media (min-width: 480px) and (max-width: 767px) {
    .content-wrap {
        min-height: 600px;
        padding-top: 70px;
    }
    .navbar-default .navbar-nav>li>a {
        padding: 10px 15px;
        font-size: 15px;
        color: #51af33;
    }
    .intro-banner {
        height: 400px;
        transition: all 0.3s linear;
    }
    .banner-content {
        height: 400px;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .header-active {
        border-bottom: 0px solid #51af33 !important;
    }
    .settings-spacing {
        padding: 15px 50px;
    }
    .settings-card {
        padding: 50px 15px;
        margin-top: 15px;
        background-color: white;
        border-radius: 7px;
        transition: all 0.3s linear;
        box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.1);
        -webkit-box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.1);
        -o-box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.1);
    }
    .msg-sec {
        width: 100%;
        border-right: 2px solid #f35c5c;
        background-color: #f5f5f5;
        padding: 10px;
    }
    .msg-sec1 {
        width: 100%;
        border-right: 2px solid #59bc27;
        background-color: #f5f5f5;
        padding: 10px;
    }
    .revenue-amount {
        font-size: 28px;
    }
}


/* Tablets */

@media (min-width: 768px) and (max-width: 991px) {
    .content-wrap {
        min-height: 600px;
        padding-top: 80px;
    }
    .navbar-default .navbar-nav>li>a {
        padding: 25px 15px;
        font-size: 15px;
        color: #51af33;
    }
    .intro-banner {
        height: 500px;
        transition: all 0.3s linear;
    }
    .banner-content {
        height: 500px;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .header-active {
        border-bottom: 3px solid #51af33 !important;
    }
    .settings-spacing {
        padding: 15px 35px;
    }
    .settings-card {
        padding: 30px;
        height: 270px;
        display: flex;
        margin-top: 15px;
        align-items: center;
        justify-content: center;
        background-color: white;
        border-radius: 7px;
        transition: all 0.3s linear;
        box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.1);
        -webkit-box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.1);
        -o-box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.1);
    }
    .msg-sec {
        width: calc(100% - 55px);
        float: left;
        border-right: 2px solid #f35c5c;
        height: 55px;
        background-color: #f5f5f5;
        padding: 10px;
    }
    .msg-sec1 {
        width: calc(100% - 55px);
        float: left;
        border-right: 2px solid #59bc27;
        height: 55px;
        background-color: #f5f5f5;
        padding: 10px;
    }
    .revenue-amount {
        font-size: 32px;
    }
}


/* Medium Devices, */

@media (min-width: 992px) and (max-width: 1199px) {
    .content-wrap {
        min-height: 600px;
        padding-top: 80px;
    }
    .navbar-default .navbar-nav>li>a {
        padding: 25px 15px;
        font-size: 15px;
        color: #51af33;
    }
    .intro-banner {
        height: 700px;
        transition: all 0.3s linear;
    }
    .banner-content {
        height: 700px;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .header-active {
        border-bottom: 3px solid #51af33 !important;
    }
    .moving-tab {
        height: 64px;
    }
    .settings-spacing {
        padding: 15px 50px;
    }
    .settings-card {
        padding: 30px;
        height: 270px;
        display: flex;
        margin-top: 15px;
        align-items: center;
        justify-content: center;
        background-color: white;
        border-radius: 7px;
        transition: all 0.3s linear;
        box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.1);
        -webkit-box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.1);
        -o-box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.1);
    }
    .msg-sec {
        width: calc(100% - 55px);
        float: left;
        border-right: 2px solid #f35c5c;
        height: 55px;
        background-color: #f5f5f5;
        padding: 10px;
    }
    .msg-sec1 {
        width: calc(100% - 55px);
        float: left;
        border-right: 2px solid #59bc27;
        height: 55px;
        background-color: #f5f5f5;
        padding: 10px;
    }
    .revenue-amount {
        font-size: 36px;
    }
}


/* Desktops */

@media only screen and (min-width: 1200px) {
    .content-wrap {
        min-height: 600px;
        padding-top: 80px;
    }
    .navbar-default .navbar-nav>li>a {
        padding: 25px 15px;
        font-size: 15px;
        color: #51af33;
    }
    .intro-banner {
        height: 700px;
        transition: all 0.3s linear;
    }
    .banner-content {
        height: 700px;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .header-active {
        border-bottom: 3px solid #51af33 !important;
    }
    .settings-spacing {
        padding: 30px 75px;
    }
    .settings-card {
        padding: 30px;
        height: 270px;
        display: flex;
        margin-top: 15px;
        align-items: center;
        justify-content: center;
        background-color: white;
        border-radius: 7px;
        transition: all 0.3s linear;
        box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.1);
        -webkit-box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.1);
        -o-box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.1);
    }
    .msg-sec {
        width: calc(100% - 55px);
        float: left;
        border-right: 2px solid #f35c5c;
        height: 55px;
        background-color: #f5f5f5;
        padding: 10px;
    }
    .msg-sec1 {
        width: calc(100% - 55px);
        float: left;
        border-right: 2px solid #59bc27;
        height: 55px;
        background-color: #f5f5f5;
        padding: 10px;
    }
    .revenue-amount {
        font-size: 42px;
    }
}