.header .unicef-logo{
    -webkit-tap-highlight-color: "transparent";
    font-family: "Roboto,sans-serif";
    font-size: 18px;
    color: #333;
    visibility: visible;
    box-sizing: inherit;
    border-bottom: 0 none;
    padding: 6px 0px;
    padding-left: 15px;
}

.header .unicef-logo .logo img {
    height: 50px;
    max-height: unset;
    max-width: unset;
}

.footer .unicef-logo .logo img {
    height: 40px;
}

.footer .unicef-legal {
    text-align: right;
}

.footer .unicef-legal a {
    margin-right: 10px;
    text-decoration: none;
}

.footer .footer-element {
    padding: 20px 0;
}

.btnstyle {
    background: #e34e09;
    line-height: 24px;
}
.btn:hover, .nav-pills .nav-link.active {
    background: #2159a8;
}

.error {
    color: red;
    font-size: 90%;
}

.input-text-other-amount {
    font-weight: 600;
    font-size: 17px;
    position: relative;
    left: 30px;
}

.inputstyle {
    width: 93%;
}

@media only screen and (min-width: 600px) and (max-width: 959px) {
    .footer .unicef-logo .logo img {
        height: 25px;
    }

    .tab-pane-r4 input {
        height: 77%;
    }
}

@media only screen and (max-width: 576px) {
    .tab-pane-image {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
    .tab-pane-content {
        flex: 0 0 auto;
        width: 66.66666667%;
    }
}

@media screen and (max-width: 768px) {
    .month-donation-statement {
        display: inline;
    }
    .makedona {
        font-size: 20px;
        margin-bottom: 0.5rem !important;
    }
    .bottom-container {
        margin-top: 418px;
    }
}

@media only screen and (max-width: 600px) {
    .unicef-logo .logo {
        justify-content: center;
    } 

    .header .unicef-logo .logo img, .footer .unicef-logo .logo img {
        height: 30px;
    }

    .footer .footer-element {
        margin: 10px auto;
        padding: 0 15px;
        text-align: center;
    }
    .bottom-container {
        margin-top: 340px;
    }
}

@media only screen and (max-width: 481px) {
    .bottom-container {
        margin-top: 400px;
    }
    .footer .unicef-legal a {
        font-size: 14px;
    }
    .tab-pane {
        height: 135px !important;
    }
    .tab-pane-r4 {
        height: 100px !important;
    }
    .headlineSt {
        font-size: 13px;
    }
}