@media screen and (max-width: 1279px) {

    .headerWrapper header {
        padding-left: 150px;
    }

    .headerSearch .form-control {
        padding: 6px 10px 6px 28px;
    }

    .headerIconBox,
    .headerAddSubscriptionBtn {
        width: 30px;
        height: 30px;
        border-radius: 4px;
    }

    .headerSidebar {
        width: 150px;
    }

    .hederLogo img {
        width: 75px;
    }

    .headerSidebar-menuBox {
        min-height: calc(100vh - 245px);
        max-height: calc(100vh - 245px);
    }

    .headerSidebar-menuBox ul {
        padding: 15px 10px 15px;
    }

    .headerSidebar-menuBox ul li a,
    .block.logout-menuItem,
    .addSubscription-dropdown .dropdownItem {
        font-size: 12px;
        padding: 5px;
        border-radius: 4px;
    }

    .headerSidebar-bottomBox {
        padding-left: 10px;
        padding-right: 10px;
    }

    .becomeAnnualMember-boxInner {
        padding: 5px;
        border-radius: 6px;
    }

    .becomeAnnualMember-boxInner a {
        font-size: 12px;
    }

    .middleSection {
        padding-left: 150px;
    }
}

@media screen and (max-width: 1023px) {
    body {
        font-size: 14px;
    }
    .subscriptionType-Contentbox h4 {
        font-size: 22px;
    }
}

@media screen and (max-width: 991px) {
    .form-control {
       padding: 8px 16px;
    }
}

@media screen and (max-width: 767px) {
    .headerSidebar-menuBox {
        min-height: calc(100vh - 195px);
        max-height: calc(100vh - 195px);
    }
    .headerSidebar {
        left: -100%;
        width: 100%;
    }
    .headerWrapper header,
    .middleSection {
        padding-left: 0px;
    }
    .headerSearch {
        position: fixed;
        top: -65px;
        left: 0px;
        width: 100%;
        height: 65px;
        background: #fff;
        padding: 17px 45px 17px 15px;
        z-index: 99;
    }
    .headerSearch.openMobileSearch {
        top: 0px;
    }

    .middleSection {
        padding-top: 55px;
    }

    .addSubscription-box {
        min-width: 100px;
        padding: 10px;
        height: 65px;
    }

    .toggle-switch {
        width: 52px;
        height: 28.6px;
      }
      .toggle-handle {
        width: 13px;
        height: 22px;
        border-radius: 3px;
    }
    .toggle-switch.active .toggle-handle {
        left: 36px;
    }
}

@media screen and (min-width: 768px) {
    .xp-container {
        width: 750px;
    }
}

@media screen and (min-width: 992px) {
    .xp-container {
        width: 970px;
    }
}

@media screen and (min-width: 1200px) {
    .xp-container {
        width: 1170px;
    }
}

@media screen and (min-width: 1440px) {
    .xp-container {
        width: 1250px;
    }
}

@media (min-width: 1536px) {
    .xp-container {
      max-width: 1350px;
    }
  }