@media only screen and (max-width: 1440px) {
    .menu .navbar-nav .nav-item .nav-link {
        font-size: 16px;
    }

    .menu .navbar-nav .nav-item {
        margin: 0 5px;
    }
}

@media only screen and (max-width: 1240px) {
    .navbar-brand {
        max-width: 160px;
    }

    .menu .navbar-nav .nav-item .nav-link {
        font-size: 14px;
        padding: 8px 5px;
    }

    .header-right-section img {
        width: 25px;
        height: 25px;
    }

    .font-20 {
        font-size: 18px;
    }

    h1 {
        font-size: 45px;
    }

    h2 {
        font-size: 33px;
    }

    h3 {
        font-size: 27px;
    }

    h4 {
        font-size: 25px;
    }

    h5 {
        font-size: 22px;
    }
}

@media only screen and (max-width: 991px) {
    h1 {
        font-size: 40px;
    }

    h2 {
        font-size: 28px;
    }

    h3 {
        font-size: 23px;
    }

    h4 {
        font-size: 22px;
    }

    h5 {
        font-size: 21px;
    }

    .menu .navbar-nav .nav-item .nav-link {
        font-size: 16px;
    }

    div#navbarNav {
        border-top: 1px solid #fff;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        background-color: #FD93C4;
        z-index: 1;
    }

    ul.navbar-nav {
        height: 100vh;
        padding: 30px;
        text-align: center;
    }

    button.navbar-toggler {
        position: absolute;
        right: 15px;
        top: 50%;
        transform: translateY(-50%);
    }

    .header-right-section {
        margin-right: 70px;
    }

    .menu .navbar-light .navbar-toggler-icon {
        background-image: url(../images/menu.png);
        background-size: 22px;
    }

    .menu .navbar-light .navbar-toggler {
        border-color: #fff;
    }

    .menu .navbar-nav .nav-item {
        margin: 2px 10px;
    }

    .form-active {
        bottom: -90px;
    }

    .menu ul ul {
        position: static;
        border-top: unset;
        background: none;
    }

    .menu li:hover ul {
        display: none;
    }

    .menu li:hover ul li {
        padding: 0;
    }

    .menu .navbar-nav li {
        padding: 0;
    }

    .menu .navbar-nav li.menu-item-has-children>a:after {
        display: none;
    }

    .site-logo img {
        height: 50px;
        width: auto;
    }

    .mobile-menu-close {
        display: block;
        position: absolute;
        top: 2px;
        right: 2px;
        padding: 15px 20px;
    }

    .mobile-menu-close img {
        width: 15px;
    }

    .mobile-menu-close:focus {
        padding: 15px 20px;
        outline: 1px dotted white;
    }
}

@media only screen and (max-width: 767px) {
    header header {
        width: 100% !important;
    }

    .search-field-form input[type="text"] {
        width: 300px;
    }

    .content-posts {
        display: block;
    }

    .content-posts .entry-content {
        margin-top: 15px;
    }
}

@media only screen and (max-width: 575px) {
    h1 {
        font-size: 30px;
    }

    h2 {
        font-size: 23px;
    }

    h3 {
        font-size: 21px;
    }

    h4 {
        font-size: 21px;
    }

    h5 {
        font-size: 20px;
    }

    .navbar-toggler {
        padding: 2px 6px;
    }

    nav.navbar {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    button.navbar-toggler {
        right: 10px;
    }

    .header-right-section {
        margin-right: 55px;
    }

    .search-field-form input[type="text"] {
        width: 200px;
    }

    .footer-title {
        height: auto;
    }

    .navbar-brand {
        max-width: 130px;
    }

    .font-16-mobile {
        font-size: 16px;
    }

    .search-field-form {
        right: -57px;
    }
}